UNPKG

616 BTypeScriptView Raw
1import * as React from 'react';
2import { ServerContextType } from './ServerContext';
3import type { ServerContainerRef } from './types';
4/**
5 * Container component for server rendering.
6 *
7 * @param props.location Location object to base the initial URL for SSR.
8 * @param props.children Child elements to render the content.
9 * @param props.ref Ref object which contains helper methods.
10 */
11declare const _default: React.ForwardRefExoticComponent<ServerContextType & {
12 children: React.ReactNode;
13} & React.RefAttributes<ServerContainerRef>>;
14export default _default;
15//# sourceMappingURL=ServerContainer.d.ts.map
\No newline at end of file