UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

14 lines (13 loc) 379 B
import { BaseDataSourceDescription } from "./BaseDataSourceDescription"; import { Type } from "./type"; /** * @hidden */ export declare class LocalDataSourceDescription extends BaseDataSourceDescription { static $t: Type; protected get_type(): string; constructor(); private a4; get dataSourceRef(): string; set dataSourceRef(a: string); }