Skip to content

Commit ded3995

Browse files
committed
Replaces React.PropTypes references with prop-types
1 parent 078703b commit ded3995

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/ButtonGroup.jsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import classNames from 'classnames';
2-
import React, { PropTypes } from 'react';
2+
import PropTypes from 'prop-types';
3+
import React from 'react';
34
import styles from './index.styl';
45

56
const ButtonGroup = ({ className, btnSize, vertical, dropdownOpen, ...props }) => {

0 commit comments

Comments
 (0)