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.cjs.js +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.es.js +2967 -2854
- package/dist/index.umd.js +1 -1
- package/package.json +2 -1
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;
|