@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,5 @@
|
|
|
1
|
-
import {
|
|
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:
|
|
4
|
+
export declare const KProModal: typeof ProModal;
|
|
5
5
|
export default KProModal;
|