UNPKG

ngx-editor

Version:

The Rich Text Editor for Angular, Built on ProseMirror

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