wip: Table component developing
This commit is contained in:
10
types/componentType/table.d.ts
vendored
Normal file
10
types/componentType/table.d.ts
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
declare type TableColumn = {
|
||||
field: string
|
||||
label?: string
|
||||
} & Recordable
|
||||
|
||||
declare type TableColumnDefault = {
|
||||
row: Recordable
|
||||
field: string
|
||||
index: number
|
||||
}
|
||||
Reference in New Issue
Block a user