We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6338fc3 commit c137697Copy full SHA for c137697
1 file changed
src/DropdownToggle.js
@@ -6,6 +6,7 @@ import Button from './Button';
6
7
const propTypes = {
8
caret: PropTypes.bool,
9
+ color: PropTypes.string,
10
children: PropTypes.node,
11
className: PropTypes.string,
12
cssModule: PropTypes.object,
0 commit comments