@teravn/onui
Version:
The React UI component library is based on MUI
8 lines (7 loc) • 431 B
TypeScript
import { StoryFn, Meta } from '@storybook/react';
import OnDisplay from '../on-display';
declare const _default: Meta<typeof OnDisplay>;
export default _default;
export declare const Playground: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, import("../on-display").Props>;
export declare const FontSize: StoryFn<typeof OnDisplay>;
export declare const FontWeight: StoryFn<typeof OnDisplay>;