Type Alias Updater<T>

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

Callback to update a value.

Type Parameters

  • T