UNPKG

@visactor/react-vchart

Version:

The react version of VChart 4.x

11 lines (7 loc) 446 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: !0 }), exports.ScrollBar = void 0; const eventsUtils_1 = require("../eventsUtils"), BaseComponent_1 = require("./BaseComponent"), vchart_1 = require("@visactor/vchart"); exports.ScrollBar = (0, BaseComponent_1.createComponent)("ScrollBar", "scrollBar", eventsUtils_1.SCROLLBAR_CUSTOMIZED_EVENTS, !1, [ vchart_1.registerScrollBar ]); //# sourceMappingURL=ScrollBar.js.map