Correct prop type

This commit is contained in:
Chi Vinh Le
2017-11-15 19:53:58 +01:00
parent 77c8d966ab
commit 4d6055b9b8
+4 -1
View File
@@ -90,7 +90,10 @@ Slot.propTypes = {
inline: PropTypes.bool,
className: PropTypes.string,
reduxState: PropTypes.object,
defaultComponent: PropTypes.component,
defaultComponent: PropTypes.oneOfType([
PropTypes.component,
PropTypes.string,
]),
/**
* You may specify the component to use as the root wrapper.