UNPKG

medium-proeditor

Version:

A powerful & customizable Medium-style rich text editor

11 lines 320 B
import { Feature } from '../../Feature'; import type { Command } from 'prosemirror-state'; declare module '../../types' { interface Commands { toggleLink: Command; } } export declare const pasteRegex: RegExp; declare const Link: Feature<any, any>; export default Link; //# sourceMappingURL=index.d.ts.map