UNPKG

@antv/x6-vue-shape

Version:

X6 shape for rendering vue components.

10 lines (9 loc) 254 B
export type VueShapeConfig = { shape: string; component: any; inherit?: string; } & Record<string, any>; export declare const shapeMaps: Record<string, { component: any; }>; export declare function register(config: VueShapeConfig): void;