UNPKG
@lucianojd/recoil-sync-next
Version:
latest (0.0.3)
0.0.3
0.0.2
recoil-sync stores for Next.js
recruit-tech/recoil-sync-next
@lucianojd/recoil-sync-next
/
dist
/
esm
/
url
/
useSyncURLNext.d.ts
7 lines
•
260 B
TypeScript
View Raw
1
2
3
4
5
6
7
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