1 | import * as React from 'react';
|
2 | import { type ServerContextType } from './ServerContext';
|
3 | import 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 | */
|
11 | export declare const ServerContainer: React.ForwardRefExoticComponent<ServerContextType & {
|
12 | children: React.ReactNode;
|
13 | } & React.RefAttributes<ServerContainerRef>>;
|
14 | //# sourceMappingURL=ServerContainer.d.ts.map |
\ | No newline at end of file |