voiptime-components 1.12.17 → 1.12.19

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.
package/dist/index.d.ts CHANGED
@@ -1108,6 +1108,8 @@ export declare interface PaginationState {
1108
1108
 
1109
1109
  export declare const parseTimeString: (timeStr: string) => TimeObject | null;
1110
1110
 
1111
+ export declare const phoneNumber: ValidatorFn;
1112
+
1111
1113
  declare interface Props {
1112
1114
  name: IconName;
1113
1115
  width?: string | number;