Type Alias StateFromRef<T>

StateFromRef<T>: Atom<T | null> & {
    ref: ((target: any) => any);
}

Type Parameters

  • T