yaodingyd / react-flickity-component

A React.js component for using @desandro's Flickity
314 stars 51 forks source link

Adding children properties on index.d.ts #137

Closed ixfloma closed 2 years ago

ixfloma commented 2 years ago

Updating the index.d.ts so it won't throw any error when the flickity is used that have a children. I'm using children as optional because the children itself might be null. Might need change if it is really needed