voiptime-components 1.8.24 → 1.9.0

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
@@ -951,6 +951,8 @@ export declare const isValidDate: (value: any) => boolean;
951
951
 
952
952
  export declare const isValidTimeString: (timeStr: string) => boolean;
953
953
 
954
+ export declare const loaderDirective: ObjectDirective;
955
+
954
956
  export declare const messageManager: VMessageManager;
955
957
 
956
958
  export declare const modalManager: VModalManager;