Type Alias Updater<T>

Updater: (value: T) => T

Callback to update a value.

Type Parameters

  • T