UNPKG

@react-input/core

Version:

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

3 lines (2 loc) 194 B
import type Input from './Input'; export default function createProxy(ref: React.MutableRefObject<HTMLInputElement | null>, instanse: Input): import("react").MutableRefObject<HTMLInputElement>;