@promptbook/remote-server
Version:
Promptbook: Create persistent AI agents that turn your company's scattered knowledge into action
13 lines (12 loc) • 510 B
TypeScript
import type { AboutPromptbookInformationOptions } from './aboutPromptbookInformation';
/**
* Props for about promptbook information.
*/
type AboutPromptbookInformationProps = AboutPromptbookInformationOptions;
/**
* Provide information about Promptbook, engine version, book language version, servers, ...
*
* @public exported from `@promptbook/components`
*/
export declare function AboutPromptbookInformation(props: AboutPromptbookInformationProps): import("react/jsx-runtime").JSX.Element;
export {};