UNPKG

@rest-hooks/ssr

Version:

Server Side Rendering helpers for Rest Hooks

7 lines (6 loc) 308 B
/// <reference types="react" /> import { 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