UNPKG

react-pin-field

Version:

React component for entering PIN codes

6 lines (5 loc) 258 B
export declare const BACKSPACE_KEY_CODE = 8; export declare const DELETE_KEY_CODE = 46; export declare function noop(): void; export declare function range(start: number, length: number): number[]; export declare function hasFocus(el: HTMLElement): boolean;