UNPKG

@visactor/vrender-components

Version:

components library for dp visualization

6 lines (5 loc) 250 B
import { registerGroup, registerImage, registerRect, registerText } from "@visactor/vrender-kits"; export function loadCheckBoxComponent() { registerGroup(), registerRect(), registerText(), registerImage(); } //# sourceMappingURL=register.js.map