UNPKG

@teravn/onui

Version:

The React UI component library is based on MUI

10 lines (9 loc) 635 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: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, { variant?: import("@mui/material").TextFieldVariants | undefined; } & Omit<import("@mui/material").FilledTextFieldProps | import("@mui/material").OutlinedTextFieldProps | import("@mui/material").StandardTextFieldProps, "variant">>; export declare const Disabled: StoryFn<typeof TextField>; export declare const Error: StoryFn<typeof TextField>;