mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-09-17 22:50:37 +00:00
Merge pull request #19626 from bassadev/bootstrap_version
Add property 'version' to BootstrapTableProps
This commit is contained in:
+4
@@ -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