UNPKG

medium-proeditor

Version:

A powerful & customizable Medium-style rich text editor

11 lines 394 B
/** * Builds the schema. * * The schema defines the document structure and formatting rules. * It can be used to generate published content & JSON-to-HTML conversion, * & merge document changes & collaboration and more. * * @returns The built schema. */ export declare function buildSchema(): import("prosemirror-model").Schema<string, string>; //# sourceMappingURL=buildSchema.d.ts.map