UNPKG

robust-react-ui

Version:

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

7 lines (6 loc) 258 B
import { Story, Meta } from '@storybook/react'; import { IGridProps } from './Grid.types'; declare const _default: Meta<IGridProps>; export default _default; export declare const Fixed: Story<IGridProps>; export declare const Fluid: Story<IGridProps>;