UNPKG

igniteui-react-core

Version:
12 lines (11 loc) 304 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); }