Type Alias UpdateFn<T>

UpdateFn<T>: ((value: T) => T)

Type Parameters

  • T