Skip to content

Commit

Permalink
Add missing style property into SlideProps types definition (#239)
Browse files Browse the repository at this point in the history
* Add missing import into README.md

* Add missing types definition into CarouselStoreInterface

* Add missing style property into SlideProps
  • Loading branch information
cbasJS authored Feb 11, 2020
1 parent 6eb4f36 commit 56ca553
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions typings/carouselElements.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ interface SlideProps {
readonly onFocus?: () => void
readonly tabIndex?: number
readonly tag?: string
readonly style?: {}
}
type SlideInterface = React.ComponentClass<SlideProps>
/**
Expand Down

0 comments on commit 56ca553

Please sign in to comment.