UNPKG

262 BTypeScriptView Raw
1import { View, CustomLayoutView, AddChildFromBuilder } from '../core/view';
2
3export declare class ContentView extends CustomLayoutView implements AddChildFromBuilder {
4 content: View;
5 layoutView(): View;
6 _addChildFromBuilder(name: string, value: any): void;
7}