UNPKG

design-system-simplefi

Version:

Design System for SimpleFi Applications

8 lines (7 loc) 362 B
import { Meta, Story } from '@storybook/react/types-6-0'; import { ParagraphProps } from './Paragraph.types'; declare const _default: Meta<import("@storybook/react/types-6-0").Args>; export default _default; export declare const playground: Story<ParagraphProps>; export declare const defaultParagraph: Story; export declare const TextInParagraph: Story;