Type Alias StateTransformer<T>

StateTransformer<T>: ((target: any, value: Atom<T | null>) => (() => void) | undefined)

Type Parameters

  • T