UNPKG

@promptbook/remote-server

Version:

Promptbook: Create persistent AI agents that turn your company's scattered knowledge into action

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;