UNPKG

@promptbook/remote-client

Version:

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

6 lines (5 loc) 220 B
import type { BookEditorProps } from './BookEditor'; /** * @private Internal component used by `BookEditor` */ export declare function BookEditorMonaco(props: BookEditorProps): import("react/jsx-runtime").JSX.Element;