Skip to content

Commit f2e9293

Browse files
authored
Adding children properties on index.d.ts (#137)
1 parent 1fd71a4 commit f2e9293

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ interface Props {
88
options?: FlickityOptions;
99
reloadOnUpdate?: boolean;
1010
static?: boolean;
11+
children?: React.ReactNode;
1112
}
1213

1314
declare class Flickity extends React.Component<Props, any> {

0 commit comments

Comments
 (0)