UNPKG

@lucianojd/recoil-sync-next

Version:

recoil-sync stores for Next.js

8 lines 325 B
/// <reference types="react" /> import { RecoilURLSyncTransitOptions } from 'recoil-sync'; declare type Props = Omit<RecoilURLSyncTransitOptions, 'browserInterface'> & { shallow?: boolean; }; export declare const RecoilURLSyncTransitNext: React.FC<Props>; export {}; //# sourceMappingURL=RecoilURLSyncTransitNext.d.ts.map