修改几个导致声明文件报错的声明;发布1.0.25

This commit is contained in:
宫欣海
2025-03-07 17:08:51 +08:00
parent af3c5601ee
commit 8cd556774d
6 changed files with 7 additions and 35 deletions

View File

@@ -78,6 +78,7 @@ export interface IWindow {
/**
* 窗口尺寸发生改变时被调用
* @internal
*/
screenResize(): void;

View File

@@ -12,7 +12,6 @@ export namespace _uidecorator {
const UICBMeta = "__uicbmeta__"
/** @internal */
interface IUIInfoBase {
/** 构造函数 */
ctor: any;
@@ -24,7 +23,6 @@ export namespace _uidecorator {
/**
* 窗口属性注册数据结构
* @internal
*/
interface UIWindowInfo extends IUIInfoBase {
/** 配置信息 */
@@ -72,7 +70,6 @@ export namespace _uidecorator {
/**
* 组件属性注册数据结构
* @internal
*/
interface IUIComInfo extends IUIInfoBase {
/** 配置信息 */
@@ -111,10 +108,7 @@ export namespace _uidecorator {
};
}
/**
* header属性注册数据结构
* @internal
*/
/** header属性注册数据结构 */
interface IUIHeaderInfo extends IUIInfoBase {
/** 配置信息 */
res: {