UNPKG

ngx-editor

Version:

Rich Text Editor for angular using ProseMirror

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