UNPKG

@visactor/vrender-components

Version:

components library for dp visualization

5 lines (4 loc) 190 B
import { registerGroup, registerRichtext, registerText } from "@visactor/vrender-kits"; export function loadIndicatorComponent() { registerGroup(), registerText(), registerRichtext(); }