UNPKG

@visactor/vrender-core

Version:
9 lines (6 loc) 293 B
import { createShadowRoot } from "../graphic/shadow-root"; import { graphicCreator } from "../graphic/graphic-creator"; export function registerShadowRootGraphic() { graphicCreator.RegisterGraphicCreator("shadowRoot", createShadowRoot); } //# sourceMappingURL=register-shadowRoot.js.map