UNPKG

restricted-input

Version:

Restrict inputs to certain valid characters (e.g. formatting phone or card numbers)

9 lines (8 loc) 262 B
import { BaseStrategy } from "./base"; export declare class IE9Strategy extends BaseStrategy { getUnformattedValue(): string; protected attachListeners(): void; private format; private keydownListener; protected reformatAfterPaste(): void; }