UNPKG

365 BTypeScriptView Raw
1import { PolymorphicComponent } from '../utils/PolymorphicComponent';
2import { InputTypeMap } from './Input.types';
3/**
4 *
5 * Demos:
6 *
7 * - [Input](https://mui.com/base/react-input/)
8 *
9 * API:
10 *
11 * - [Input API](https://mui.com/base/react-input/components-api/#input)
12 */
13declare const Input: PolymorphicComponent<InputTypeMap<{}, "div">>;
14export default Input;