From 552d03199179e6e74a072cc1390681917ef76a79 Mon Sep 17 00:00:00 2001 From: Mitch-At-Work Date: Fri, 4 Oct 2024 09:08:41 -0700 Subject: [PATCH] Fix up other type export --- packages/react-components/react-carousel/library/src/index.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/packages/react-components/react-carousel/library/src/index.ts b/packages/react-components/react-carousel/library/src/index.ts index 46b34cc3612ad..f3474ba465235 100644 --- a/packages/react-components/react-carousel/library/src/index.ts +++ b/packages/react-components/react-carousel/library/src/index.ts @@ -68,10 +68,8 @@ export { renderCarouselSlider_unstable, useCarouselSliderStyles_unstable, useCarouselSlider_unstable, - type CarouselSliderProps, - type CarouselSliderSlots, - type CarouselSliderState, } from './CarouselSlider'; +export type { CarouselSliderProps, CarouselSliderSlots, CarouselSliderState } from './CarouselSlider'; export type { CarouselNavContainerProps, CarouselNavContainerSlots,