We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
CarouselHandle
1 parent 84ffb1e commit 05d9eebCopy full SHA for 05d9eeb
src/index.ts
@@ -33,7 +33,7 @@ export type {
33
CardActionsProps,
34
} from './components/Card';
35
export { Carousel } from './components/Carousel';
36
-export type { CarouselProps } from './components/Carousel';
+export type { CarouselProps, CarouselHandle } from './components/Carousel';
37
export { Checkbox, CheckboxGroup } from './components/Checkbox';
38
export type { CheckboxProps, CheckboxGroupProps, CheckboxValue } from './components/Checkbox';
39
export { ClickOutside } from './components/ClickOutside';
0 commit comments