feat: remove getInputProps to support React Native

This commit is contained in:
Corbin Crutchley
2023-09-03 01:34:25 -07:00
committed by Corbin Crutchley
parent 2a31bd8219
commit 7980336d03
6 changed files with 54 additions and 84 deletions

View File

@@ -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,