UNPKG

@uifabric/experiments

Version:

Experimental React components for building experiences for Microsoft 365.

14 lines 561 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var Utilities_1 = require("../../Utilities"); var Slider_base_1 = require("./Slider.base"); var Slider_styles_1 = require("./Slider.styles"); /* 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