UNPKG

react-markdown-editor-lite

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