@ningboyz/vue 1.0.18 → 1.0.19

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.
@@ -0,0 +1,3 @@
1
+ import { App } from 'vue';
2
+ export declare const install: (app: App) => void;
3
+ export * from './stimulsoft/desginer';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ningboyz/vue",
3
- "version": "1.0.18",
3
+ "version": "1.0.19",
4
4
  "private": false,
5
5
  "description": "宁波甬政vue-ui库",
6
6
  "author": "nbyt-syq",
package/components.d.ts DELETED
@@ -1,7 +0,0 @@
1
- declare module 'vue' {
2
- export interface GlobalComponents {
3
- YzDesgin: typeof import('@ningboyz/vue')['YzDesginer']
4
- }
5
- }
6
-
7
- export {}
package/es/index.d.ts DELETED
@@ -1,3 +0,0 @@
1
- import * as YzUI from './components';
2
- export * from './components';
3
- export default YzUI;