UNPKG

@rest-hooks/ssr

Version:

Server Side Rendering helpers for Rest Hooks

14 lines 375 B
/// <reference types="react" /> import type { State } from '@rest-hooks/redux'; export declare const ServerData: { ({ data, nonce, id, }: { data: State<unknown>; id: string; nonce?: string | undefined; }): JSX.Element | null; defaultProps: { id: string; }; }; export default ServerData; //# sourceMappingURL=ServerData.d.ts.map