UNPKG

@lucianojd/recoil-sync-next

Version:

recoil-sync stores for Next.js

11 lines 417 B
import React from 'react'; import { StoreKey, TransitHandler } from 'recoil-sync'; export declare type TransitHandlerArray = readonly TransitHandler<any, any>[]; declare type Props = { storeKey?: StoreKey; handlers?: TransitHandlerArray; children: React.ReactNode; }; export declare const RecoilHistorySyncTransitNext: React.FC<Props>; export {}; //# sourceMappingURL=RecoilHistorySyncTransitNext.d.ts.map