Updater

Type Alias: Updater<TInput, TOutput>

ts
type Updater<TInput, TOutput> = TOutput | UpdaterFn<TInput, TOutput>;
type Updater<TInput, TOutput> = TOutput | UpdaterFn<TInput, TOutput>;

Defined in: packages/form-core/src/utils.ts:7

Type Parameters

TInput

TOutput = TInput