mirror of
https://github.com/LukeHagar/form.git
synced 2025-12-09 20:37:47 +00:00
fix: several type and build errors and fix example type inference (#399)
* fix few type errors and fix example * couple fixes * fix babel
This commit is contained in:
@@ -58,7 +58,7 @@ export type UserInputProps = {
|
||||
|
||||
export type ChangeProps<TData> = {
|
||||
value: TData
|
||||
onChange: (updater: Updater<TData>) => void
|
||||
onChange: (value: TData) => void
|
||||
onBlur: (event: any) => void
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user