UNPKG

@teravn/onui

Version:

The React UI component library is based on MUI

6 lines (5 loc) 215 B
import { StoryFn, Meta } from '@storybook/react'; import OnLayout from '../on-layout'; declare const _default: Meta<typeof OnLayout>; export default _default; export declare const Example: StoryFn<typeof OnLayout>;