UNPKG

ds-smart-ui

Version:

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

13 lines (11 loc) 1.04 kB
import { Meta } from '@storybook/react'; import { default as Alert, AlertProps } from './Alert'; declare const meta: Meta<typeof Alert>; export default meta; export declare const Primary: import('@storybook/csf').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, AlertProps>; export declare const Secondary: import('@storybook/csf').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, AlertProps>; export declare const Success: import('@storybook/csf').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, AlertProps>; export declare const Danger: import('@storybook/csf').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, AlertProps>; export declare const Warning: import('@storybook/csf').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, AlertProps>; export declare const Light: import('@storybook/csf').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, AlertProps>; export declare const Dark: import('@storybook/csf').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, AlertProps>;