UNPKG

@visactor/vrender-core

Version:

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

9 lines (6 loc) 256 B
import { createArea } from "../graphic/area"; import { graphicCreator } from "../graphic/graphic-creator"; export function registerAreaGraphic() { graphicCreator.RegisterGraphicCreator("area", createArea); } //# sourceMappingURL=register-area.js.map