import Vue from 'vue'; import './app-default-captionbar.less'; /** * 标题栏组件 * * @export * @class AppDefaultCaptionBar * @extends {Vue} */ export declare class AppDefaultCaptionBar extends Vue { /** * 标题栏模型 * * @memberof AppDefaultCaptionBar */ modelData: any; /** * 视图模型数据 * * @memberof AppDefaultCaptionBar */ viewModelData: any; /** * 应用上下文 * * @memberof AppDefaultCaptionBar */ context: any; /** * 视图参数 * * @memberof AppDefaultCaptionBar */ viewparam: any; /** * 绘制标题栏 * * @memberof AppDefaultCaptionBar */ render(): JSX.Element; } //# sourceMappingURL=app-default-captionbar.d.ts.map