UNPKG

ngx-editor

Version:

Rich Text Editor for angular using ProseMirror

4 lines (3 loc) 137 B
import { Plugin } from 'prosemirror-state'; declare const editablePlugin: (editable?: boolean) => Plugin; export default editablePlugin;