UNPKG

@promptbook/remote-client

Version:

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

8 lines (7 loc) 254 B
import type { BookEditorProps } from './BookEditor'; /** * Handles book editor monaco. * * @private Internal component used by `BookEditor` */ export declare function BookEditorMonaco(props: BookEditorProps): import("react/jsx-runtime").JSX.Element;