diff --git a/src/Button.d.ts b/src/Button.d.ts index f04b0b0..601ed72 100644 --- a/src/Button.d.ts +++ b/src/Button.d.ts @@ -8,6 +8,7 @@ export interface ButtonProps extends React.Props{ active?: boolean; disabled?: boolean; block?: boolean; + bsClass?: string; bsStyle?: string; bsSize?: string; className?: string;