UNPKG

@visactor/react-vchart

Version:

The react version of VChart 4.x

6 lines (4 loc) 269 B
import { createComponent } from "./BaseComponent"; import { registerCustomMark, registerAllMarks } from "@visactor/vchart"; export const Mark = createComponent("Mark", "customMark", null, !1, [ registerCustomMark, registerAllMarks ]); //# sourceMappingURL=Mark.js.map