UNPKG

recoil-toolkit

Version:
6 lines (5 loc) 197 B
/// <reference types="react" /> import { Store } from 'redux'; export declare const RecoilReduxContext: import("react").Context<{ store?: Store<any, import("redux").AnyAction> | undefined; }>;