UNPKG

igniteui-react-core

Version:
14 lines (13 loc) 317 B
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; }