UNPKG

@visactor/vrender-components

Version:

components library for dp visualization

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