adaptTanStackField
function exported by @mwillbanks/tuil-form.
function
Public function exported by @mwillbanks/tuil-form.
export function adaptTanStackField<T>(
field: TanStackFieldLike<T>,
): AdaptedTanStackField<T>;Members
This declaration has no public members.
Parameters
| Member | Type | Required | Description | Related types |
|---|---|---|---|---|
field | TanStackFieldLike<T> | Yes | Supplies the field value as TanStackFieldLike<T>. | TanStackFieldLike |
Returns
AdaptedTanStackField<T> — Returns a value that satisfies AdaptedTanStackField<T>.
Related types: AdaptedTanStackField
Throws
No thrown errors are documented for this declaration.
Related types
Source
View the secondary source reference