UNPKG

@visactor/vrender-core

Version:

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

9 lines (6 loc) 262 B
import { createGroup } from "../graphic/group"; import { graphicCreator } from "../graphic/graphic-creator"; export function registerGroupGraphic() { graphicCreator.RegisterGraphicCreator("group", createGroup); } //# sourceMappingURL=register-group.js.map