UNPKG

@blocknote/mantine

Version:

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

12 lines (11 loc) 347 B
export declare const Panel: import("react").ForwardRefExoticComponent<{ className?: string; tabs: { name: string; tabPanel: import("react").ReactNode; }[]; openTab: string; setOpenTab: (name: string) => void; defaultOpenTab: string; loading: boolean; } & import("react").RefAttributes<HTMLDivElement>>;