@zealicsolutions/web-ui 0.3.132 → 0.3.134

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -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;