UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

29 lines (28 loc) 763 B
import { WebSliderBaseDescription } from "./WebSliderBaseDescription"; import { Type } from "./type"; /** * @hidden */ export declare class WebRangeSliderDescription extends WebSliderBaseDescription { static $t: Type; protected get_type(): string; constructor(); private aq; get lower(): number; set lower(a: number); private ar; get upper(): number; set upper(a: number); private aw; get thumbLabelLower(): string; set thumbLabelLower(a: string); private ax; get thumbLabelUpper(): string; set thumbLabelUpper(a: string); private av; get inputRef(): string; set inputRef(a: string); private au; get changeRef(): string; set changeRef(a: string); }