Skip to content

Commit 1de01ac

Browse files
mastrauckasroylee0704
authored andcommitted
Fix where types is using react.PropTypes instead of prop-types.PropTypes. (#115)
1 parent 363f338 commit 1de01ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { PropTypes } from 'react';
1+
import PropTypes from 'prop-types';
22

33
export const ColumnSizeType = PropTypes.oneOfType([PropTypes.number, PropTypes.bool]);
44
export const ViewportSizeType = PropTypes.oneOf(['xs', 'sm', 'md', 'lg']);

0 commit comments

Comments
 (0)