UNPKG

medium-proeditor

Version:

A powerful & customizable Medium-style rich text editor

11 lines 334 B
import { Feature } from '../../Feature'; import type { Command } from 'prosemirror-state'; declare module '../../types' { interface Commands { tabInCode: Command; setCodeBlock: Command; toggleCodeBlock: Command; } } export declare const CodeBlock: Feature<any, any>; //# sourceMappingURL=index.d.ts.map