diff --git a/typings/carouselElements.d.ts b/typings/carouselElements.d.ts index e54106d0..64bb9db0 100644 --- a/typings/carouselElements.d.ts +++ b/typings/carouselElements.d.ts @@ -31,6 +31,7 @@ interface SlideProps { readonly onFocus?: () => void readonly tabIndex?: number readonly tag?: string + readonly style?: {} } type SlideInterface = React.ComponentClass /**