UNPKG

@teravn/onui

Version:

The React UI component library is based on MUI

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