voiptime-components 1.13.46 → 1.13.47

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -1
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -1790,7 +1790,7 @@ export declare interface VModalConfig {
1790
1790
  title?: string;
1791
1791
  content?: string;
1792
1792
  component?: any;
1793
- props?: Record<string, any>;
1793
+ props?: Record<any, any>;
1794
1794
  size?: VModalSize;
1795
1795
  showCloseButton?: boolean;
1796
1796
  closeOnBackdropClick?: boolean;
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
- "version": "1.13.46",
7
+ "version": "1.13.47",
8
8
  "type": "module",
9
9
  "main": "dist/index.umd.js",
10
10
  "module": "dist/index.es.js",