UNPKG

@ebay/ebayui-core

Version:

Collection of core eBay components; considered to be the building blocks for all composite structures, pages & apps.

7 lines (6 loc) 242 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;