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