diff --git a/index.d.ts b/index.d.ts index 3f988297..34b376f5 100644 --- a/index.d.ts +++ b/index.d.ts @@ -138,7 +138,7 @@ declare const Carousel: React.ComponentType declare const Modal: React.ComponentType -declare const ModalGateway: React.ComponentType<{}> +declare const ModalGateway: React.ComponentType<{children:any}> export default Carousel export { Modal, ModalGateway }