Adding missing bsClass (#13743)

Per the docs, there's a bsClass on Button.
This commit is contained in:
Nathan
2017-01-12 09:41:35 -08:00
committed by Sheetal Nandi
parent c49c435bab
commit 37e76515c1

View File

@@ -74,6 +74,7 @@ declare namespace ReactBootstrap {
// <Button />
interface ButtonProps extends React.HTMLProps<Button> {
bsClass?: string;
active?: boolean;
block?: boolean;
bsStyle?: string;