UNPKG

@spicy-ui/core

Version:

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

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