UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

29 lines (28 loc) 730 B
import { WebSliderBaseDescription } from "./WebSliderBaseDescription"; import { Type } from "./type"; /** * @hidden */ export declare class WebSliderDescription extends WebSliderBaseDescription { static $t: Type; protected get_type(): string; constructor(); private as; get value(): number; set value(a: number); private au; get defaultValue(): any; set defaultValue(a: any); private ay; get name(): string; set name(a: string); private aq; get invalid(): boolean; set invalid(a: boolean); private ax; get inputRef(): string; set inputRef(a: string); private aw; get changeRef(): string; set changeRef(a: string); }