/** * Function that sets a `value`. */ export type ValueUpdater = (value: T) => void;