UNPKG

@blocknote/shadcn

Version:

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

8 lines (7 loc) 397 B
/// <reference types="react" /> export declare const ExtendButton: import("react").ForwardRefExoticComponent<{ className?: string | undefined; onClick: (e: import("react").MouseEvent<Element, MouseEvent>) => void; onMouseDown: (e: import("react").MouseEvent<Element, MouseEvent>) => void; children: import("react").ReactNode; } & import("react").RefAttributes<HTMLButtonElement>>;