@zealicsolutions/web-ui 0.3.132 → 0.3.134

Sign up to get free protection for your applications and to get access to all the features.
@@ -18,6 +18,6 @@ export declare const monthDayYearDateMask: (string | RegExp)[];
18
18
  export declare const dayMonthYearDateMask: (string | RegExp)[];
19
19
  export declare const monthYearDateMask: (string | RegExp)[];
20
20
  export declare const phoneNumberMask: (string | RegExp)[];
21
- export declare const integerMask: RegExp[];
21
+ export declare const integerMask: any;
22
22
  export declare const numericalMask: any;
23
23
  export declare const removeMaskFromString: (inputString: string) => string;