@uifabric/experiments
Version:
Experimental React components for building experiences for Microsoft 365.
13 lines • 624 B
JavaScript
define(["require", "exports", "../../Utilities", "./Slider.base", "./Slider.styles"], function (require, exports, Utilities_1, Slider_base_1, Slider_styles_1) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
/* eslint-disable deprecation/deprecation */
/**
* @deprecated This component was experimental and is not longer being developed on, nor will it be supported in the
* future.
*/
exports.Slider = Utilities_1.styled(Slider_base_1.SliderBase, Slider_styles_1.getStyles, undefined, {
scope: 'Slider',
});
});
//# sourceMappingURL=Slider.js.map