UNPKG

@blocknote/core

Version:

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

7 lines (5 loc) 231 B
/** * Symbol used to track the original factory function for extensions. * This allows us to retrieve the original factory for comparison and other operations. */ export const originalFactorySymbol = Symbol("originalFactory");