@blocknote/react
Version:
A "Notion-style" block-based extensible text editor built on top of Prosemirror and Tiptap.
12 lines (11 loc) • 373 B
TypeScript
export type BlockNoteDefaultUIProps = {
formattingToolbar?: boolean;
linkToolbar?: boolean;
slashMenu?: boolean;
sideMenu?: boolean;
filePanel?: boolean;
tableHandles?: boolean;
emojiPicker?: boolean;
comments?: boolean;
};
export declare function BlockNoteDefaultUI(props: BlockNoteDefaultUIProps): import("react/jsx-runtime").JSX.Element;