UNPKG

@mui/base

Version:

A library of headless ('unstyled') React UI components and low-level hooks.

15 lines (14 loc) 365 B
import { PolymorphicComponent } from '../utils/PolymorphicComponent'; import { InputTypeMap } from './Input.types'; /** * * Demos: * * - [Input](https://mui.com/base/react-input/) * * API: * * - [Input API](https://mui.com/base/react-input/components-api/#input) */ declare const Input: PolymorphicComponent<InputTypeMap<{}, "div">>; export default Input;