UNPKG

@promptbook/vercel

Version:

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

14 lines (13 loc) 353 B
import type { ServerInfo } from './types'; /** * @@@ * * @private internal utility of Remote Server */ export declare function HtmlDoc({ info }: { info: ServerInfo; }): import("react/jsx-runtime").JSX.Element; /** * Add Note: [💞] Ignore a discrepancy between file name and entity name * <- TODO: !!! Maybe split into multiple files */