UNPKG

yzsd

Version:
4 lines (3 loc) 199 B
/// <reference types="react" /> import type { InputRef } from '../input'; export default function useRemovePasswordTimeout(inputRef: React.RefObject<InputRef>, triggerOnMount?: boolean): () => void;