@blocknote/mantine
Version:
A "Notion-style" block-based extensible text editor built on top of Prosemirror and Tiptap.
9 lines (8 loc) • 318 B
TypeScript
export declare const Editor: import("react").ForwardRefExoticComponent<{
className?: string;
autoFocus?: boolean;
editable: boolean;
editor: import("@blocknote/core").BlockNoteEditor<any, any, any>;
onFocus?: () => void;
onBlur?: () => void;
} & import("react").RefAttributes<HTMLDivElement>>;