UNPKG

react-markdown-editor-lite

Version:
7 lines (6 loc) 199 B
/// <reference types="react" /> import { PluginComponent } from '../Plugin'; export default class BlockCodeBlock extends PluginComponent { static pluginName: string; render(): JSX.Element; }