mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 22:30:01 +00:00
[react-bootstrap-table-next] loosen column type
This commit is contained in:
2
types/react-bootstrap-table-next/index.d.ts
vendored
2
types/react-bootstrap-table-next/index.d.ts
vendored
@@ -329,7 +329,7 @@ export interface BootstrapTableProps<T extends object = any> {
|
||||
* Provides data for your table. It accepts a single Array object.
|
||||
*/
|
||||
data: any[];
|
||||
columns: Array<ColumnDescription<T>>;
|
||||
columns: ColumnDescription[];
|
||||
bootstrap4?: boolean;
|
||||
remote?: boolean | Partial<{ pagination: boolean; filter: boolean; sort: boolean; cellEdit: boolean }>;
|
||||
noDataIndication?: () => JSX.Element | JSX.Element | string;
|
||||
|
||||
Reference in New Issue
Block a user