|
@@ -412,7 +412,7 @@ export type CellFormat =
|
|
| Map<string | number, any>;
|
|
| Map<string | number, any>;
|
|
|
|
|
|
// @ts-ignore
|
|
// @ts-ignore
|
|
-export interface BasicColumn extends ColumnProps {
|
|
|
|
|
|
+export interface BasicColumn extends ColumnProps<Recordable> {
|
|
children?: BasicColumn[];
|
|
children?: BasicColumn[];
|
|
filters?: {
|
|
filters?: {
|
|
text: string;
|
|
text: string;
|