UNPKG

400 BTypeScriptView Raw
1import { OverridableComponent } from '@mui/types';
2import { InputUnstyledTypeMap } from './InputUnstyledProps';
3/**
4 *
5 * Demos:
6 *
7 * - [Text Fields](https://mui.com/components/text-fields/)
8 *
9 * API:
10 *
11 * - [InputUnstyled API](https://mui.com/api/input-unstyled/)
12 */
13declare const InputUnstyled: OverridableComponent<InputUnstyledTypeMap<{}, "div">>;
14export default InputUnstyled;