UNPKG

@tiptap/core

Version:

headless rich text editor

5 lines 247 B
import { Schema } from '@tiptap/pm/model'; import { Editor } from '../Editor.js'; import { Extensions } from '../types.js'; export declare function getSchema(extensions: Extensions, editor?: Editor): Schema; //# sourceMappingURL=getSchema.d.ts.map