UNPKG

@blocknote/mantine

Version:

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

7 lines (6 loc) 291 B
export declare const ExtendButton: import("react").ForwardRefExoticComponent<{ className?: string; onClick: (e: React.MouseEvent) => void; onMouseDown: (e: React.MouseEvent) => void; children: import("react").ReactNode; } & import("react").RefAttributes<HTMLButtonElement>>;