@blocknote/shadcn
Version:
A "Notion-style" block-based extensible text editor built on top of Prosemirror and Tiptap.
9 lines (8 loc) • 344 B
TypeScript
/// <reference types="react" />
export declare const GridSuggestionMenuItem: import("react").ForwardRefExoticComponent<{
className?: string | undefined;
id: string;
isSelected: boolean;
onClick: () => void;
item: import("@blocknote/react").DefaultReactGridSuggestionItem;
} & import("react").RefAttributes<HTMLDivElement>>;