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 078703b commit ded3995Copy full SHA for ded3995
src/ButtonGroup.jsx
@@ -1,5 +1,6 @@
1
import classNames from 'classnames';
2
-import React, { PropTypes } from 'react';
+import PropTypes from 'prop-types';
3
+import React from 'react';
4
import styles from './index.styl';
5
6
const ButtonGroup = ({ className, btnSize, vertical, dropdownOpen, ...props }) => {
0 commit comments