@dockou/elementplus 1.0.0

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/index.d.ts ADDED
@@ -0,0 +1,9 @@
1
+ // 当前组件库项目
2
+
3
+ import { App } from "vue"
4
+
5
+ declare const _default: {
6
+ install(app:App):void
7
+ }
8
+
9
+ export default _default