UNPKG

medium-proeditor

Version:

A powerful & customizable Medium-style rich text editor

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