TOutput
type UpdaterFn<TInput, TOutput> = (input) => TOutput;
定义于: packages/form-core/src/utils.ts:10
• TInput
• TOutput = TInput
TInput