UNPKG

@teravn/onui

Version:

The React UI component library is based on MUI

6 lines (5 loc) 214 B
import { StoryFn, Meta } from '@storybook/react'; import { Badge } from '@mui/material'; declare const _default: Meta<typeof Badge>; export default _default; export declare const Playground: StoryFn<typeof Badge>;