UNPKG
recoil-sync-next
Version:
latest (0.0.6)
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
recoil-sync stores for Next.js
recruit-tech/recoil-sync-next
recoil-sync-next
/
dist
/
cjs
/
url
/
useSyncURLNext.d.ts
3 lines
•
187 B
TypeScript
View Raw
1
2
3
import
{
RecoilURLSyncOptions
}
from
'recoil-sync'
;
export
declare
function
useSyncURLNext
(
):
Partial
<
Omit
<
RecoilURLSyncOptions
,
'children'
>>;
//# sourceMappingURL=useSyncURLNext.d.ts.map