Skip to content

Commit 05d9eeb

Browse files
committed
feat: [Carousel] export CarouselHandle
1 parent 84ffb1e commit 05d9eeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export type {
3333
CardActionsProps,
3434
} from './components/Card';
3535
export { Carousel } from './components/Carousel';
36-
export type { CarouselProps } from './components/Carousel';
36+
export type { CarouselProps, CarouselHandle } from './components/Carousel';
3737
export { Checkbox, CheckboxGroup } from './components/Checkbox';
3838
export type { CheckboxProps, CheckboxGroupProps, CheckboxValue } from './components/Checkbox';
3939
export { ClickOutside } from './components/ClickOutside';

0 commit comments

Comments
 (0)