UNPKG

@blocknote/shadcn

Version:

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

8 lines (7 loc) 284 B
/// <reference types="react" /> export declare const GridSuggestionMenu: import("react").ForwardRefExoticComponent<{ id: string; columns: number; className?: string | undefined; children?: import("react").ReactNode; } & import("react").RefAttributes<HTMLDivElement>>;