UNPKG

@ebay/ui-core-react

Version:

Skin components build off React

7 lines 276 B
export default function (input: HTMLInputElement, initialMask: string): { update(newValue: string, newMask: string): void; destroy(): void; readonly value: string; }; export declare function stripNonDigits(value: string): string; //# sourceMappingURL=mask.d.ts.map