UNPKG
@rest-hooks/ssr
Version:
beta (0.7.0-beta.1)
latest (0.7.11)
next (1.0.0-next.0)
1.0.0-next.0
0.7.11
0.7.10
0.7.9
0.7.8
0.7.7
0.7.6
0.7.5
0.7.4
0.7.3
0.7.2
0.7.1
0.7.0
0.7.0-beta.1
0.7.0-beta.0
0.6.0
0.5.0
0.4.1
0.4.0
0.3.0
0.3.0-beta.2
0.3.0-beta.1
0.3.0-beta.0
0.2.9
0.2.8
0.2.7
0.2.7-beta.2
0.2.7-beta.1
0.2.7-beta.0
0.2.6
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.4
0.1.3
0.1.2
0.1.1
0.1.1-beta.0
0.1.0
Server Side Rendering helpers for Rest Hooks
resthooks.io/docs/guides/ssr
data-client/rest-hooks
@rest-hooks/ssr
/
lib
/
getInitialData.d.ts
3 lines
•
173 B
TypeScript
View Raw
1
2
3
export
declare
const
awaitInitialData
:
(
id
?:
string
) =>
Promise
<
any
>;
export
declare
const
getInitialData
:
(
id
?:
string
) =>
any
;
//# sourceMappingURL=getInitialData.d.ts.map