mirror of
https://github.com/Gongxh0901/kunpolibrary
synced 2026-05-01 09:26:36 +00:00
修改几个导致声明文件报错的声明;发布1.0.25
This commit is contained in:
@@ -78,6 +78,7 @@ export interface IWindow {
|
||||
|
||||
/**
|
||||
* 窗口尺寸发生改变时被调用
|
||||
* @internal
|
||||
*/
|
||||
screenResize(): void;
|
||||
|
||||
|
||||
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user