@zhangqingcq/vgce 0.0.10 → 0.0.11

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zhangqingcq/vgce",
3
- "version": "0.0.10",
3
+ "version": "0.0.11",
4
4
  "description": "Vector graphics configure editor. svg组态编辑器。基于vue3.3+ts+element-plus+vite",
5
5
  "publishConfig": {
6
6
  "access": "public"
package/types/index.d.ts CHANGED
@@ -4,8 +4,6 @@
4
4
  * @created 2023.07.10
5
5
  */
6
6
 
7
- import type { App } from 'vue'
8
- declare const _default: {
9
- install: (app: App<any>, options?: Record<string, any>) => void
10
- }
11
- export default _default
7
+ import SvgEditor from '../dist/vgce'
8
+ import SvgViewer from '../dist/vgce'
9
+ export { SvgEditor, SvgViewer }