UNPKG

@zhangqingcq/vgce

Version:

Vector graphics configure editor. svg组态编辑器。基于vue3.3+ts+element-plus+vite

14 lines (10 loc) 264 B
import type { VNode } from 'vue' export interface IScalePoint { x: number y: number } export type RichTxt = string | VNode | HTMLElement export interface PlainObject extends Object { [k: keyof any]: any } export type Collection = PlainObject | PlainObject[]