mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-02 03:58:07 +08:00
chore: grid 的 columns 成员不要支持 type 配置,通过 body 来配置成员
This commit is contained in:
parent
b0de4f4dae
commit
1593587ff4
@ -52,7 +52,7 @@ export type GridColumnObject = {
|
||||
columnClassName?: SchemaClassName;
|
||||
};
|
||||
|
||||
export type GridColumn = GridColumnObject & SchemaObject;
|
||||
export type GridColumn = GridColumnObject;
|
||||
export type ColumnNode = GridColumn;
|
||||
export interface ColumnArray extends Array<ColumnNode> {}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user