ds-smart-ui
Version:
Smart UI is a React component library that helps you build accessible and responsive web applications.
12 lines (10 loc) • 1.06 kB
TypeScript
import { Meta } from '@storybook/react';
import { default as Dialog } from './Dialog';
declare const meta: Meta<typeof Dialog>;
export default meta;
export declare const Default: import('@storybook/csf').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, import('./Dialog').DialogProps>;
export declare const WithHeader: import('@storybook/csf').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, import('./Dialog').DialogProps>;
export declare const WithoutHeader: import('@storybook/csf').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, import('./Dialog').DialogProps>;
export declare const WithFooter: import('@storybook/csf').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, import('./Dialog').DialogProps>;
export declare const WithoutFooter: import('@storybook/csf').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, import('./Dialog').DialogProps>;
export declare const WithTextField: import('@storybook/csf').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, import('./Dialog').DialogProps>;