UNPKG

@spicy-ui/core

Version:

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

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