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