We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fd71a4 commit f2e9293Copy full SHA for f2e9293
src/index.d.ts
@@ -8,6 +8,7 @@ interface Props {
8
options?: FlickityOptions;
9
reloadOnUpdate?: boolean;
10
static?: boolean;
11
+ children?: React.ReactNode;
12
}
13
14
declare class Flickity extends React.Component<Props, any> {
0 commit comments