UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

12 lines (11 loc) 315 B
import { Base, Type } from "./type"; import { AsyncVirtualDataTask } from "./AsyncVirtualDataTask"; /** * @hidden */ export declare class AsyncDataSourcePageTaskHolder extends Base { static $t: Type; private _task; get task(): AsyncVirtualDataTask; set task(a: AsyncVirtualDataTask); }