@uiw/react-md-editor
Version:
A markdown editor with preview, implemented with React.js and TypeScript.
13 lines (12 loc) • 359 B
TypeScript
/**
* The MIT License
* Copyright (c) 2018 Dmitriy Kubyshkin
* Copied from https://github.com/grassator/insert-text-at-cursor
*/
declare const _default: (input: HTMLTextAreaElement | HTMLInputElement, text: string) => void;
/**
* @param {HTMLTextAreaElement|HTMLInputElement} input
* @param {string} text
* @returns {void}
*/
export default _default;