@blocknote/mantine
Version:
A "Notion-style" block-based extensible text editor built on top of Prosemirror and Tiptap.
11 lines (10 loc) • 425 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";
emojiPickerOpen?: boolean;
} & import("react").RefAttributes<HTMLDivElement>>;