UNPKG

@kadconsulting/dry

Version:
8 lines (7 loc) 522 B
import type { StoryObj } from '@storybook/react'; import type { CurrentExampleComponentProps } from './CurrentExampleComponentTypes'; declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react").ReactRenderer, CurrentExampleComponentProps>; export default _default; export declare const Default: StoryObj<CurrentExampleComponentProps>; export declare const Variant: StoryObj<CurrentExampleComponentProps>; export declare const CustomRendering: StoryObj<CurrentExampleComponentProps>;