@promptbook/remote-server
Version:
Promptbook: Create persistent AI agents that turn your company's scattered knowledge into action
13 lines (12 loc) • 638 B
TypeScript
import type { AboutPromptbookInformationOptions } from '../../utils/misc/aboutPromptbookInformation';
/**
* Browser-safe Promptbook information used by `BookEditor`.
*
* The shared `AboutPromptbookInformation` component renders markdown through the
* chat markdown pipeline, which has a server-side JSDOM sanitizer path. Keeping
* this component plain JSX prevents BookEditor from pulling JSDOM into client
* bundles.
*
* @private Internal component used by `BookEditorActionbar`
*/
export declare function BookEditorAboutPromptbookInformation(props?: AboutPromptbookInformationOptions): import("react/jsx-runtime").JSX.Element;