voiptime-components 1.11.1 → 1.11.3

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
@@ -750,6 +750,8 @@ export declare interface CollapseProps {
750
750
  accordion?: boolean;
751
751
  }
752
752
 
753
+ export declare const containUpperCaseLetter: ValidatorFn;
754
+
753
755
  export declare interface DatePickerShortcut {
754
756
  text: string;
755
757
  value: () => DatePickerValue;