UNPKG

react-markdown-editor-lite

Version:
10 lines (9 loc) 306 B
import { PluginComponent } from './Plugin'; export default class Link extends PluginComponent { static pluginName: string; private handleKeyboard; constructor(props: any); componentDidMount(): void; componentWillUnmount(): void; render(): import("react/jsx-runtime").JSX.Element; }