@spicy-ui/core
Version:
A themable and extensible React UI library, ready to use out of the box
8 lines (7 loc) • 312 B
TypeScript
import { Meta, Story } from '@storybook/react';
import { DividerProps } from '..';
declare const _default: Meta<DividerProps>;
export default _default;
export declare const Usage: Story<DividerProps>;
export declare const Vertical: Story<DividerProps>;
export declare const Stylised: Story<DividerProps>;