UNPKG

@blocknote/core

Version:

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

9 lines (8 loc) 122 B
/** * A collaborator of the document. */ export type User = { id: string; username: string; avatarUrl: string; };