UNPKG

@visactor/vrender-components

Version:

components library for dp visualization

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