UNPKG

ds-smart-ui

Version:

Smart UI is a React component library that helps you build accessible and responsive web applications.

16 lines (14 loc) 1.86 kB
import { Meta } from '@storybook/react'; import { default as DialogAction } from './DialogAction'; declare const meta: Meta<typeof DialogAction>; export default meta; export declare const Confirmation: import('@storybook/csf').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, import('./DialogAction').DialogActionProps>; export declare const FlashMessage: import('@storybook/csf').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, import('./DialogAction').DialogActionProps>; export declare const FlashMessageDanger: import('@storybook/csf').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, import('./DialogAction').DialogActionProps>; export declare const FlashMessageWarning: import('@storybook/csf').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, import('./DialogAction').DialogActionProps>; export declare const FlashMessageSuccess: import('@storybook/csf').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, import('./DialogAction').DialogActionProps>; export declare const ConfirmationSuccess: import('@storybook/csf').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, import('./DialogAction').DialogActionProps>; export declare const ConfirmationDanger: import('@storybook/csf').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, import('./DialogAction').DialogActionProps>; export declare const ConfirmationWarning: import('@storybook/csf').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, import('./DialogAction').DialogActionProps>; export declare const ConfirmationPrimary: import('@storybook/csf').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, import('./DialogAction').DialogActionProps>; export declare const ConfirmationNoOverlay: import('@storybook/csf').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, import('./DialogAction').DialogActionProps>;