@blocknote/shadcn
Version:
A "Notion-style" block-based extensible text editor built on top of Prosemirror and Tiptap.
13 lines (12 loc) • 501 B
TypeScript
export declare const Sidebar: import("react").ForwardRefExoticComponent<{
className?: string;
children?: import("react").ReactNode;
} & import("react").RefAttributes<HTMLDivElement>>;
export declare const Snapshot: import("react").ForwardRefExoticComponent<{
className?: string;
selected?: boolean;
comparing?: boolean;
onClick?: () => void;
actions?: import("react").ReactNode;
children?: import("react").ReactNode;
} & import("react").RefAttributes<HTMLDivElement>>;