mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-01 03:29:39 +08:00
chore: fix lint (#10747)
This commit is contained in:
parent
f8314a6b1e
commit
30eacdfb1b
@ -105,7 +105,7 @@ export interface TableProps<T> {
|
||||
onExpandedRowsChange?: (expandedRowKeys: string[] | number[]) => void;
|
||||
onExpand?: (expanded: boolean, record: T) => void;
|
||||
onChange?: (
|
||||
pagination: TablePaginationConfig | boolean,
|
||||
pagination: PaginationConfig | boolean,
|
||||
filters: Record<keyof T, string[]>,
|
||||
sorter: SorterResult<T>,
|
||||
) => void;
|
||||
|
Loading…
Reference in New Issue
Block a user