UNPKG

@promptbook/documents

Version:

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

8 lines (7 loc) 249 B
import type { BookEditorProps } from './BookEditor'; /** * Renders a book editor * * @public exported from `@promptbook/components` */ export declare function BookEditorForClient(props: BookEditorProps): import("react/jsx-runtime").JSX.Element;