From ba815eeb3999134ae5ae3e12a1dfdcbfaab00deb Mon Sep 17 00:00:00 2001 From: ronaklalwanii Date: Thu, 30 Jun 2022 19:01:01 +0530 Subject: [PATCH] fix(exports): Exports CloseButtom from index.d.ts --- types/index.d.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/types/index.d.ts b/types/index.d.ts index 8c0ea4cf8..769fc0a6a 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -60,6 +60,8 @@ export { default as CarouselIndicators } from './lib/CarouselIndicators'; export { CarouselIndicatorsProps } from './lib/CarouselIndicators'; export { default as CarouselCaption } from './lib/CarouselCaption'; export { CarouselCaptionProps } from './lib/CarouselCaption'; +export { default as CloseButton } from './lib/CloseButton' +export { CloseButtonProps } from './lib/CloseButton' export { default as Col } from './lib/Col'; export { ColProps } from './lib/Col'; export { default as Collapse } from './lib/Collapse';