UNPKG

@e-group/hooks

Version:

eGroup team react-hooks that share across projects.

8 lines (7 loc) 293 B
/// <reference types="react" /> export default function useInputActions(defaultValue?: HTMLInputElement | HTMLInputElement[] | null): { inputEl: import("react").RefObject<HTMLInputElement | HTMLInputElement[]>; select: () => void; focus: () => void; clearFiles: () => void; };