UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

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; }