修正table中render函数返回类型
This commit is contained in:
parent
2a65514612
commit
a5722e4518
2 changed files with 1 additions and 23 deletions
22
types/table.d.ts
vendored
22
types/table.d.ts
vendored
|
@ -357,28 +357,6 @@ export declare interface TableColumnRenderParams {
|
|||
index?: number;
|
||||
}
|
||||
|
||||
export declare interface TableRenderCreateElementResult {
|
||||
child?: object;
|
||||
children?: Array<any>;
|
||||
componentInstance?: object;
|
||||
componentOptions?: object;
|
||||
context?: object;
|
||||
data?: object;
|
||||
elm?: object;
|
||||
functionalContext?: object;
|
||||
isCloned?: boolean;
|
||||
isComment?: boolean;
|
||||
isOnce?: boolean;
|
||||
isRootInsert?: boolean;
|
||||
isStatic?: boolean;
|
||||
key?: object;
|
||||
ns?: object;
|
||||
parent?: object;
|
||||
raw?: boolean;
|
||||
tag?: string;
|
||||
text?: object;
|
||||
}
|
||||
|
||||
export declare interface TableColumnRenderHeadParams {
|
||||
/**
|
||||
* 当前列数据
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue