修正table中render函数返回类型

This commit is contained in:
yangd 2019-01-03 16:57:56 +08:00
parent 2a65514612
commit a5722e4518
2 changed files with 1 additions and 23 deletions

22
types/table.d.ts vendored
View file

@ -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 {
/**
*