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