UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

12 lines (11 loc) 284 B
import { Base, Type } from "./type"; import { IFastItemsSource } from "./IFastItemsSource"; /** * @hidden */ export declare class FastItemsSourceReference extends Base { static $t: Type; constructor(a: IFastItemsSource); a: IFastItemsSource; b: number; }