mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-05-31 08:30:12 +00:00
Merge pull request #19626 from bassadev/bootstrap_version
Add property 'version' to BootstrapTableProps
This commit is contained in:
4
types/react-bootstrap-table/index.d.ts
vendored
4
types/react-bootstrap-table/index.d.ts
vendored
@@ -81,6 +81,10 @@ export interface RemoteObjSpec {
|
||||
|
||||
export interface BootstrapTableProps extends Props<BootstrapTable> {
|
||||
/**
|
||||
Set version='4' to use bootstrap@4, else bootstrap@3 is used.
|
||||
*/
|
||||
version?: string;
|
||||
/**
|
||||
Use data to specify the data that you want to display on table.
|
||||
*/
|
||||
data: any[];
|
||||
|
||||
Reference in New Issue
Block a user