@rest-hooks/ssr
Version:
Server Side Rendering helpers for Rest Hooks
6 lines • 306 B
TypeScript
/// <reference types="react" />
import type { State } from '@rest-hooks/redux';
export default function createServerDataComponent(useReadyCacheState: () => State<unknown>, id?: string): ({ nonce }: {
nonce?: string | undefined;
}) => JSX.Element;
//# sourceMappingURL=createServerDataComponent.d.ts.map