UNPKG

@blocknote/mantine

Version:

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

12 lines (11 loc) 355 B
export declare const ToolbarSelect: import("react").ForwardRefExoticComponent<{ className?: string; items: { text: string; icon: import("react").ReactNode; onClick: () => void; isSelected: boolean; isDisabled?: boolean; }[]; isDisabled?: boolean; } & import("react").RefAttributes<HTMLDivElement>>;