@kadconsulting/dry
Version:
KAD Reusable Component Library
16 lines (15 loc) • 1.98 kB
TypeScript
import { CardCarouselProps } from './CardCarouselTypes';
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react").ReactRenderer, import("@storybook/types").Args>;
export default _default;
export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, CardCarouselProps>;
export declare const ButtonsBottom: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, CardCarouselProps>;
export declare const MoveOneAtATime: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, CardCarouselProps>;
export declare const AutoplayEnabled: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, CardCarouselProps>;
export declare const MoveOneAtATimeBubbleSelectorEnabled: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, CardCarouselProps>;
export declare const BubbleSelectorEnabled: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, CardCarouselProps>;
export declare const CustomInterval: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, CardCarouselProps>;
export declare const DisplaySingleCard: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, CardCarouselProps>;
export declare const DisplayMultipleCards: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, CardCarouselProps>;
export declare const CustomCardWidth: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, CardCarouselProps>;
export declare const CustomDisplayCount: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, CardCarouselProps>;
export declare const AllOptions: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, CardCarouselProps>;