UNPKG

@visactor/vrender-components

Version:

components library for dp visualization

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