UNPKG

igniteui-react-core

Version:
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 a2; get dataSourceRef(): string; set dataSourceRef(a: string); }