mirror of
https://github.com/LukeHagar/form.git
synced 2025-12-09 12:27:44 +00:00
feat: remove getInputProps to support React Native
This commit is contained in:
committed by
Corbin Crutchley
parent
2a31bd8219
commit
7980336d03
@@ -1,5 +1,4 @@
|
||||
export type {
|
||||
ChangeProps,
|
||||
DeepKeys,
|
||||
DeepValue,
|
||||
FieldApiOptions,
|
||||
@@ -9,12 +8,9 @@ export type {
|
||||
FieldState,
|
||||
FormOptions,
|
||||
FormState,
|
||||
InputProps,
|
||||
RequiredByKey,
|
||||
Updater,
|
||||
UpdaterFn,
|
||||
UserChangeProps,
|
||||
UserInputProps,
|
||||
ValidationCause,
|
||||
ValidationError,
|
||||
ValidationMeta,
|
||||
|
||||
Reference in New Issue
Block a user