UNPKG

@react-input/core

Version:

The core of the packages included in the `@react-input` scope.

3 lines (2 loc) 165 B
import type { InputOptions } from './types'; export default function useInput({ init, tracking }: InputOptions): import("react").MutableRefObject<HTMLInputElement>;