UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

13 lines (12 loc) 265 B
import { Base, Type } from "./type"; /** * @hidden */ export declare class VersionQueueAction extends Base { static $t: Type; private c; private a; constructor(a: () => void, b: number); get d(): number; get b(): () => void; }