Skip to content

Commit 43aa3a2

Browse files
polamjagdanez
authored andcommitted
1 parent 369ff7f commit 43aa3a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import * as React from 'react';
22

33
interface Props {
4-
children: React.ReactElement<any> | null | undefined;
4+
children: React.ReactNode;
55
root?: string | Element | null;
66
rootMargin?: string;
77
threshold?: number | number[];

0 commit comments

Comments
 (0)