UNPKG

@naturacosmeticos/natds-react

Version:
9 lines (8 loc) 375 B
import { Story, Meta } from '@storybook/react'; import { AlertProps } from '.'; declare const _default: Meta<import("@storybook/react").Args>; export default _default; export declare const Playground: Story<AlertProps>; export declare const WithoutIcon: Story<AlertProps>; export declare const WithoutTitle: Story<AlertProps>; export declare const Custom: Story<AlertProps>;