UNPKG

recoil-sync-next

Version:

recoil-sync stores for Next.js

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