UNPKG

@blocknote/core

Version:

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

5 lines (3 loc) 155 B
import { Transaction } from "@tiptap/pm/state"; import * as Y from "yjs"; export type MigrationRule = (fragment: Y.XmlFragment, tr: Transaction) => void;