UNPKG

@visactor/vrender-core

Version:

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

9 lines (6 loc) 235 B
import { createLine } from "../graphic/line"; import { registerGraphic } from "../graphic/graphic-creator"; export function registerLineGraphic() { registerGraphic("line", createLine); } //# sourceMappingURL=register-line.js.map