UNPKG

ds-smart-ui

Version:

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

11 lines (9 loc) 853 B
import { Meta } from '@storybook/react'; import { default as CardInfo, CardInfoProps } from './CardInfo'; declare const meta: Meta<typeof CardInfo>; export default meta; export declare const Default: import('@storybook/csf').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, CardInfoProps>; export declare const RedIndicator: import('@storybook/csf').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, CardInfoProps>; export declare const WarningIndicator: import('@storybook/csf').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, CardInfoProps>; export declare const SuccessIndicator: import('@storybook/csf').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, CardInfoProps>; export declare const DefaultIndicator: import('@storybook/csf').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, CardInfoProps>;