UpdaterFn

Type Alias: UpdaterFn()<TInput, TOutput>

ts
type UpdaterFn<TInput, TOutput> = (input) => TOutput;
type UpdaterFn<TInput, TOutput> = (input) => TOutput;

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

Type Parameters

TInput

TOutput = TInput

Parameters

input

TInput

Returns

TOutput