recoil-sync-next
Version:
recoil-sync stores for Next.js
8 lines • 363 B
TypeScript
/// <reference types="react" />
import { RecoilURLSyncOptions } from 'recoil-sync';
type Props = Omit<RecoilURLSyncOptions, 'browserInterface'>;
export type Serialize = (data: unknown) => string;
export type Deserialize = (str: string) => unknown;
export declare const RecoilURLSyncNext: React.FC<Props>;
export {};
//# sourceMappingURL=RecoilURLSyncNext.d.ts.map