UNPKG

@visactor/vrender-core

Version:

```typescript import { xxx } from '@visactor/vrender-core'; ```

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