Missing valid property in interface
This commit is contained in:
afholderman
2017-10-09 16:22:27 -07:00
committed by Wesley Wigham
parent ddd2224565
commit fadae05531
+1
View File
@@ -37,6 +37,7 @@ interface InputProps extends Intermediate {
type?: InputType;
size?: string;
state?: string;
valid?: boolean;
tag?: React.ReactType;
getRef?: string | ((instance: HTMLInputElement) => any);
static?: boolean;