UNPKG

ngx-editor

Version:

The Rich Text Editor for Angular, Built on ProseMirror

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