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
/
cjs
/
history
/
RecoilHistorySyncJSONNext.d.ts
9 lines
•
280 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
React
from
'react'
;
import
{
StoreKey
}
from
'recoil-sync'
;
declare
type
Props
= {
storeKey
?:
StoreKey
;
children
:
React
.
ReactNode
; };
export
declare
const
RecoilHistorySyncJSONNext
:
React
.
FC
<
Props
>;
export
{};
//# sourceMappingURL=RecoilHistorySyncJSONNext.d.ts.map