/** * The class name contract for the slider track item component */ export interface SliderTrackItemClassNameContract { /** * The root of the slider component */ sliderTrackItem?: string; /** * The horizontal orientation modifier */ sliderTrackItem_horizontal?: string; /** * The vertical orientation modifier */ sliderTrackItem_vertical?: string; }