UNPKG

@blocknote/core

Version:

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

8 lines (6 loc) 136 B
import {Node} from "@tiptap/core"; export const Doc = Node.create({ name: "doc", topNode: true, content: "blockGroup", });