UNPKG

@spicy-ui/core

Version:

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

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