chore: fix lint (#10747)

This commit is contained in:
Junbin Huang 2018-06-02 18:49:39 +08:00 committed by GitHub
parent f8314a6b1e
commit 30eacdfb1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;