UNPKG

@blocknote/shadcn

Version:

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

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