UNPKG

@lucianojd/recoil-sync-next

Version:

recoil-sync stores for Next.js

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