UNPKG

react-markdown-editor-lite

Version:
11 lines (10 loc) 320 B
/// <reference types="react" /> import { PluginComponent } from '../Plugin'; export default class ListUnordered extends PluginComponent { static pluginName: string; private handleKeyboard; constructor(props: any); componentDidMount(): void; componentWillUnmount(): void; render(): JSX.Element; }