UNPKG

@spicy-ui/core

Version:

A themable and extensible React UI library, ready to use out of the box

7 lines (6 loc) 249 B
import { Meta, Story } from '@storybook/react'; import { AlertProps } from '..'; declare const _default: Meta<AlertProps>; export default _default; export declare const Usage: Story<AlertProps>; export declare const Colors: Story<AlertProps>;