UNPKG

@blocknote/mantine

Version:

A "Notion-style" block-based extensible text editor built on top of Prosemirror and Tiptap.

8 lines (7 loc) 298 B
export declare const Toolbar: import("react").ForwardRefExoticComponent<{ className?: string; children?: import("react").ReactNode; onMouseEnter?: () => void; onMouseLeave?: () => void; variant?: "default" | "action-toolbar"; } & import("react").RefAttributes<HTMLDivElement>>;