UNPKG

@promptbook/remote-client

Version:

Promptbook: Turn your company's scattered knowledge into AI ready books

8 lines (7 loc) 272 B
import type { ServerInfo } from './types'; /** * Render full HTML for the server index using React SSR without requiring TSX/JSX compiler flags. * * @private internal utility of Remote Server */ export declare function renderServerIndexHtml(info: ServerInfo): string;