UNPKG

@visactor/vrender-components

Version:

components library for dp visualization

6 lines (5 loc) 191 B
import { registerGroup, registerPolygon } from "@visactor/vrender-kits"; export function loadBrushComponent() { registerGroup(), registerPolygon(); } //# sourceMappingURL=register.js.map