UNPKG

ngx-editor

Version:

The Rich Text Editor for Angular, Built on ProseMirror

4 lines (3 loc) 349 B
import { Schema } from 'prosemirror-model'; declare const schema: Schema<"blockquote" | "image" | "text" | "doc" | "paragraph" | "horizontal_rule" | "heading" | "hard_break" | "code_block" | "list_item" | "ordered_list" | "bullet_list", "link" | "code" | "em" | "s" | "strong" | "u" | "text_color" | "text_background_color">; export default schema;