UNPKG

@uiw/react-textarea-code-editor

Version:
5 lines (4 loc) 277 B
import { PluggableList } from 'unified'; export declare const processHtml: (html: string, plugins?: PluggableList) => string; export declare function htmlEncode(sHtml: string): string; export declare function stopPropagation(e: React.KeyboardEvent<HTMLTextAreaElement>): void;