igniteui-react-core
Version:
Ignite UI React Core.
14 lines (13 loc) • 317 B
TypeScript
import { Control } from "./Control";
import { Type } from "./type";
import { DataTemplate } from "./DataTemplate";
/**
* @hidden
*/
export declare class ContentControl extends Control {
static $t: Type;
private _content;
get content(): any;
set content(a: any);
ah: DataTemplate;
}