UNPKG

@teravn/onui

Version:

The React UI component library is based on MUI

8 lines (7 loc) 413 B
import { StoryFn, Meta } from '@storybook/react'; import OnText from '../on-text'; declare const _default: Meta<typeof OnText>; export default _default; export declare const Playground: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, import("../on-text").Props>; export declare const FontSize: StoryFn<typeof OnText>; export declare const FontWeight: StoryFn<typeof OnText>;