Skip to content

Commit 75bec1f

Browse files
committed
add bsClass for Button
1 parent 96e0048 commit 75bec1f

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)