igniteui-webcomponents-inputs
Version:
Ignite UI Web Components inputs components.
15 lines (14 loc) • 315 B
TypeScript
import { Type } from "igniteui-webcomponents-core";
/**
* @hidden
*/
export declare const enum MultiSliderTrackShadeOrientation {
HorizontalLower = 0,
HorizontalHigher = 1,
VerticalLower = 2,
VerticalHigher = 3
}
/**
* @hidden
*/
export declare let MultiSliderTrackShadeOrientation_$type: Type;