@exoplanet/input
Advanced tools
Comparing version 0.4.0-alpha.0 to 0.4.1-alpha.0
@@ -9,2 +9,3 @@ import React from 'react' | ||
type={props.inputTypes || 'text'} | ||
style={props.style} | ||
value={props.value} | ||
@@ -17,3 +18,4 @@ /> | ||
inputTypes: PropTypes.string.isRequired, | ||
style: PropTypes.object, | ||
value: PropTypes.value.isRequired | ||
} |
{ | ||
"name": "@exoplanet/input", | ||
"version": "0.4.0-alpha.0", | ||
"version": "0.4.1-alpha.0", | ||
"description": "", | ||
@@ -20,3 +20,3 @@ "main": "index.js", | ||
"license": "MIT", | ||
"gitHead": "4fcab2caf59c5addfca9b3a437b18af08ad0877b" | ||
"gitHead": "6a58804cfe9242f267939f73d219df6810a33552" | ||
} |
2000
18