fix: resizeColumn ts type error
parent
6dfc8375c8
commit
641afe1b34
|
@ -196,7 +196,7 @@ export const tableProps = () => {
|
|||
default: undefined,
|
||||
},
|
||||
onResizeColumn: {
|
||||
type: Function as PropType<(w: number, col: ColumnsType) => void>,
|
||||
type: Function as PropType<(w: number, col: ColumnType) => void>,
|
||||
default: undefined,
|
||||
},
|
||||
rowSelection: { type: Object as PropType<TableRowSelection>, default: undefined },
|
||||
|
|
Loading…
Reference in New Issue