@blocknote/mantine
Version:
A "Notion-style" block-based extensible text editor built on top of Prosemirror and Tiptap.
10 lines (9 loc) • 394 B
TypeScript
export declare const Comment: import("react").ForwardRefExoticComponent<{
className?: string;
children?: import("react").ReactNode;
authorInfo: "loading" | import("@blocknote/core/types/src/comments").User;
timeString: string;
edited: boolean;
actions?: import("react").ReactNode;
showActions?: boolean | "hover";
} & import("react").RefAttributes<HTMLDivElement>>;