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