UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

33 lines (32 loc) 832 B
import { Description } from "./Description"; import { Type } from "./type"; /** * @hidden */ export declare abstract class WebProgressBaseDescription extends Description { static $t: Type; protected get_type(): string; get type(): string; constructor(); private m; get max(): number; set max(a: number); private n; get value(): number; set value(a: number); private s; get variant(): string; set variant(a: string); private l; get animationDuration(): number; set animationDuration(a: number); private i; get indeterminate(): boolean; set indeterminate(a: boolean); private h; get hideLabel(): boolean; set hideLabel(a: boolean); private r; get labelFormat(): string; set labelFormat(a: string); }