Adding extraneous PropType

This commit is contained in:
Jeff Avallone 2018-02-17 12:50:27 -05:00
parent f364673388
commit 19d34a4d9e

View File

@ -56,7 +56,6 @@ Text.propTypes = {
PropTypes.node
]).isRequired,
quoted: PropTypes.bool,
transform: PropTypes.string,
theme: PropTypes.string
};