UNPKG

@rest-hooks/ssr

Version:

Server Side Rendering helpers for Rest Hooks

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