igniteui-react-core
Version:
Ignite UI React Core.
14 lines (13 loc) • 379 B
TypeScript
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);
}