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