@launcher/component
Advanced tools
Comparing version 2.0.6 to 2.0.7
@@ -6,2 +6,7 @@ import { FunctionComponent } from 'react'; | ||
} | ||
export interface InputPropsWithValidation<T> { | ||
value: T; | ||
isValid: boolean; | ||
onChange: (value: T, isValid: boolean) => void; | ||
} | ||
export interface FormProps<T> { | ||
@@ -8,0 +13,0 @@ initialValue: T; |
{ | ||
"name": "@launcher/component", | ||
"version": "2.0.6", | ||
"version": "2.0.7", | ||
"license": "Apache-2.0", | ||
@@ -50,3 +50,3 @@ "main": "build/index.js", | ||
}, | ||
"gitHead": "2a0a9c06330403ac97f1d4314d5e431cc7d8c53e" | ||
"gitHead": "23092f67a2455b09d171f9eb27ead0cd9cbc43a1" | ||
} |
56759
1039