diff --git a/types/react-bootstrap-table2-toolkit/index.d.ts b/types/react-bootstrap-table2-toolkit/index.d.ts index 84282c4f65..e4d7860e06 100644 --- a/types/react-bootstrap-table2-toolkit/index.d.ts +++ b/types/react-bootstrap-table2-toolkit/index.d.ts @@ -17,14 +17,14 @@ export interface InjectedSearchProps { onClear: () => void; } -export type SearchMartchProps = { +export type SearchMartchProps = { searchText: string; value: string; column: ColumnDescription; row: T; }; -export type TableSearchProps = Partial<{ +export type TableSearchProps = Partial<{ searchFormatted: boolean; defaultSearch: string; placeholder: string;