mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-20 00:59:29 +08:00
* Update paginationShowsTotal type (fixes #20684) * Forgot to surround definition with brackets.
This commit is contained in:
committed by
Sheetal Nandi
parent
dd92ec5ddd
commit
3d91b9219a
2
types/react-bootstrap-table/index.d.ts
vendored
2
types/react-bootstrap-table/index.d.ts
vendored
@@ -418,7 +418,7 @@ export interface Options {
|
||||
* `rowKeys` is the row keys which been deleted, you can call next function to apply this deletion.
|
||||
*/
|
||||
handleConfirmDeleteRow?: (next: Function, rowKeys: any[]) => void;
|
||||
paginationShowsTotal?: boolean | ReactElement<any>;
|
||||
paginationShowsTotal?: boolean | ((start: number, to: number, total: number) => ReactElement<any>);
|
||||
onSearchChange?: Function;
|
||||
onAddRow?: Function;
|
||||
onExportToCSV?: Function;
|
||||
|
||||
Reference in New Issue
Block a user