UNPKG

medium-proeditor

Version:

A powerful & customizable Medium-style rich text editor

7 lines 221 B
import { Plugin } from 'prosemirror-state'; /** * This plugin allows you to automatically add links to your editor. */ declare const autolink: Plugin<any>; export default autolink; //# sourceMappingURL=autolink.d.ts.map