UNPKG

@teravn/onui

Version:

The React UI component library is based on MUI

7 lines (6 loc) 353 B
import { StoryFn, Meta } from '@storybook/react'; import OnIcon from '../on-icons'; declare const _default: Meta<typeof OnIcon>; export default _default; export declare const Basic: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, import("../on-icons").Props>; export declare const Variants: StoryFn<typeof OnIcon>;