We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2f0a45b + a3c5400 commit c27e1d4Copy full SHA for c27e1d4
src/Input.js
@@ -18,4 +18,8 @@ class Input extends InputBase {
18
}
19
20
21
+Input.propTypes = {
22
+ type: React.PropTypes.string
23
+};
24
+
25
export default Input;
0 commit comments