UNPKG

ngx-editor

Version:

The Rich Text Editor for Angular, Built on ProseMirror

4 lines (3 loc) 125 B
import { type Command } from 'prosemirror-state'; export declare const removeLink: () => Command; export default removeLink;