UNPKG

@lucianojd/recoil-sync-next

Version:

recoil-sync stores for Next.js

7 lines 260 B
import { RecoilURLSyncOptions } from 'recoil-sync'; interface Props { shallow?: boolean; } export declare function useSyncURLNext({ shallow, }: Props): Partial<Omit<RecoilURLSyncOptions, 'children'>>; export {}; //# sourceMappingURL=useSyncURLNext.d.ts.map