UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

21 lines (20 loc) 533 B
import { Base, Type } from "./type"; import { IExecutionContext } from "./IExecutionContext"; /** * @hidden */ export declare class DelayManager extends Base { static $t: Type; private a; get b(): IExecutionContext; set b(a: IExecutionContext); private c; private d; private e; constructor(a: number); constructor(a: number, b: IExecutionContext); constructor(a: number, ..._rest: any[]); f(a: () => void, b: number): number; g(a: number): void; private h; }