UNPKG

@uiw/react-md-editor

Version:

A markdown editor with preview, implemented with React.js and TypeScript.

6 lines (5 loc) 187 B
export interface IHotkeyOptions { tabSize?: number; } declare const _default: (options: IHotkeyOptions, e: React.KeyboardEvent<HTMLTextAreaElement>) => void; export default _default;