Skip to content

Commit 5b64586

Browse files
authored
Merge pull request #12 from iamsaksham/addproperties
add bsClass for Button
2 parents 96e0048 + 75bec1f commit 5b64586

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Button.d.ts

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ export interface ButtonProps extends React.Props<ButtonClass>{
88
active?: boolean;
99
disabled?: boolean;
1010
block?: boolean;
11+
bsClass?: string;
1112
bsStyle?: string;
1213
bsSize?: string;
1314
className?: string;

0 commit comments

Comments
 (0)