UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

13 lines 486 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SliderX = void 0; const slider_1 = require("./slider"); /** * SliderX component. */ const SliderX = (options) => { return (0, slider_1.Slider)(Object.assign(Object.assign({}, options), { orientation: 'horizontal' })); }; exports.SliderX = SliderX; exports.SliderX.props = Object.assign(Object.assign({}, slider_1.Slider.props), { defaultPosition: 'bottom' }); //# sourceMappingURL=sliderX.js.map