@king-one/antdv 1.0.35 → 1.0.36

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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @king-one/antdv
2
2
 
3
+ ## 1.0.36
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: 修改 pro-modal 的类型
8
+
3
9
  ## 1.0.35
4
10
 
5
11
  ### Patch Changes
@@ -1,5 +1,5 @@
1
- import { Plugin } from 'vue';
1
+ import { default as ProModal } from './src/ProModal.vue';
2
2
  export * from './hooks/useProModal';
3
3
  export * from './src/types';
4
- export declare const KProModal: Plugin;
4
+ export declare const KProModal: typeof ProModal;
5
5
  export default KProModal;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@king-one/antdv",
3
3
  "type": "module",
4
- "version": "1.0.35",
4
+ "version": "1.0.36",
5
5
  "description": "",
6
6
  "author": "",
7
7
  "license": "ISC",