UNPKG

@visactor/vrender-components

Version:

components library for dp visualization

9 lines (6 loc) 278 B
import { registerGroup } from "@visactor/vrender-kits/register/register-group"; import { registerPath } from "@visactor/vrender-kits/register/register-path"; export function loadLinkPathComponent() { registerGroup(), registerPath(); } //# sourceMappingURL=register.js.map