UNPKG

medium-proeditor

Version:

A powerful & customizable Medium-style rich text editor

14 lines 384 B
import type { Command } from 'prosemirror-state'; import { Feature } from '../../Feature'; declare module '../../types' { interface Commands { toggleH4: Command; } } /** * Matched `#` at the start of line to convert it to big title */ export declare const inputRule: RegExp; declare const H4: Feature<any, any>; export default H4; //# sourceMappingURL=index.d.ts.map