UNPKG

@uifabric/experiments

Version:

Experimental React components for building experiences for Microsoft 365.

12 lines 434 B
import { styled } from '../../Utilities'; import { SliderBase } from './Slider.base'; import { getStyles } from './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. */ export var Slider = styled(SliderBase, getStyles, undefined, { scope: 'Slider', }); //# sourceMappingURL=Slider.js.map