UNPKG

@visactor/react-vchart

Version:

The react version of VChart 4.x

9 lines (5 loc) 332 B
import { SCROLLBAR_CUSTOMIZED_EVENTS } from "../eventsUtils"; import { createComponent } from "./BaseComponent"; import { registerScrollBar } from "@visactor/vchart"; export const ScrollBar = createComponent("ScrollBar", "scrollBar", SCROLLBAR_CUSTOMIZED_EVENTS, !1, [ registerScrollBar ]); //# sourceMappingURL=ScrollBar.js.map