UNPKG
react-hook-form-6
Version:
latest (6.15.5)
6.15.5
Latest version 6 of react-hook-form
www.react-hook-form.com
react-hook-form/react-hook-form
react-hook-form-6
/
dist
/
logic
/
setFieldArrayDirtyFields.d.ts
3 lines
(2 loc)
•
211 B
TypeScript
View Raw
1
2
3
declare
const
_default
: <T
extends
U, U
extends
Record
<
string
,
unknown
>[]>
(
values
: T,
defaultValues
: U,
dirtyFields
:
Record
<
string
,
boolean
| []>[]
) =>
Record
<
string
,
boolean
| []>[];
export
default
_default;