export type ContextWithSetter = { setContextValue: (value: T | ((value: T) => T)) => void; };