UNPKG

react-markdown-editor-lite

Version:
6 lines (5 loc) 196 B
import { PluginComponent } from '../Plugin'; export default class BlockCodeInline extends PluginComponent { static pluginName: string; render(): import("react/jsx-runtime").JSX.Element; }