UNPKG

329 BTypeScriptView Raw
1import { UseInputParameters, UseInputReturnValue } from './useInput.types';
2/**
3 *
4 * Demos:
5 *
6 * - [Input](https://mui.com/base/react-input/#hook)
7 *
8 * API:
9 *
10 * - [useInput API](https://mui.com/base/react-input/hooks-api/#use-input)
11 */
12export default function useInput(parameters: UseInputParameters): UseInputReturnValue;