Skip to content

Commit

Permalink
Fix up other type export
Browse files Browse the repository at this point in the history
  • Loading branch information
Mitch-At-Work committed Oct 4, 2024
1 parent 658d10e commit 552d031
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 552d031

Please sign in to comment.