Skip to content

Listener<T>

Callback type for value changes.

type Listener<T> = (value: T) => void