tuil
ReferencePackages@mwillbanks/tuil-formAPI

adaptTanStackField

function exported by @mwillbanks/tuil-form.

View rawEdit

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

MemberTypeRequiredDescriptionRelated types
fieldTanStackFieldLike<T>YesSupplies 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.

Source

View the secondary source reference

Package

@mwillbanks/tuil-form

On this page