Type alias UnwrapRecoilValueLoadables<T>

UnwrapRecoilValueLoadables<T>: {
    [P in keyof T]: Loadable<UnwrapRecoilValue<T[P]>>
}

Type Parameters