UNPKG

robust-react-ui

Version:

A React component library, built with a focus on accessibility, extensibility and reusability.

9 lines (8 loc) 391 B
import { Story, Meta } from '@storybook/react'; import { IParagraphProps } from './Paragraph.types'; declare const _default: Meta<IParagraphProps>; export default _default; export declare const Small: Story<IParagraphProps>; export declare const Medium: Story<IParagraphProps>; export declare const Large: Story<IParagraphProps>; export declare const Bolded: Story<IParagraphProps>;