UNPKG

@teravn/onui

Version:

The React UI component library is based on MUI

7 lines (6 loc) 360 B
import { StoryFn, Meta } from '@storybook/react'; import OnAlert from '../on-alert'; declare const _default: Meta<typeof OnAlert>; export default _default; export declare const Playground: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, import("../on-alert").Props>; export declare const Variant: StoryFn<typeof OnAlert>;