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.
1 parent baa60cc commit e572a2bCopy full SHA for e572a2b
src/controls/carousel/index.ts
@@ -1,3 +1,4 @@
1
export * from "./ICarouselProps";
2
export * from "./ICarouselState";
3
export * from "./Carousel";
4
+export { ICarouselImageProps } from "./CarouselImage";
src/index.ts
@@ -36,3 +36,4 @@ export * from './FieldUserRenderer';
36
export * from './Accordion';
37
export * from './AnimatedDialog';
38
export * from './DynamicForm';
39
+export * from './Carousel';
0 commit comments