UNPKG

medium-proeditor

Version:

A powerful & customizable Medium-style rich text editor

10 lines 282 B
import { Feature } from '../../Feature'; import { type Command } from 'prosemirror-state'; declare module '../../types' { interface Commands { setHorizontalRule: Command; } } declare const Hr: Feature<any, any>; export default Hr; //# sourceMappingURL=index.d.ts.map