UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

26 lines (25 loc) 662 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 av; get value(): number; set value(a: number); private ax; get defaultValue(): any; set defaultValue(a: any); private at; get invalid(): boolean; set invalid(a: boolean); private a0; get inputRef(): string; set inputRef(a: string); private az; get changeRef(): string; set changeRef(a: string); }