UNPKG

837 BJavaScriptView Raw
1import generateUtilityClasses from '@mui/utils/generateUtilityClasses';
2import generateUtilityClass from '@mui/utils/generateUtilityClass';
3export function getSliderUtilityClass(slot) {
4 return generateUtilityClass('MuiSlider', slot);
5}
6const sliderClasses = generateUtilityClasses('MuiSlider', ['root', 'active', 'colorPrimary', 'colorSecondary', 'colorError', 'colorInfo', 'colorSuccess', 'colorWarning', 'disabled', 'dragging', 'focusVisible', 'mark', 'markActive', 'marked', 'markLabel', 'markLabelActive', 'rail', 'sizeSmall', 'thumb', 'thumbColorPrimary', 'thumbColorSecondary', 'thumbColorError', 'thumbColorSuccess', 'thumbColorInfo', 'thumbColorWarning', 'track', 'trackInverted', 'trackFalse', 'thumbSizeSmall', 'valueLabel', 'valueLabelOpen', 'valueLabelCircle', 'valueLabelLabel', 'vertical']);
7export default sliderClasses;
\No newline at end of file