UNPKG

js-draw

Version:

Draw pictures using a pen, touchscreen, or mouse! JS-draw is a drawing library for JavaScript and TypeScript.

4 lines (3 loc) 156 B
import Editor from '../Editor'; declare const sendKeyPressRelease: (target: Editor | HTMLElement, key: string) => void; export default sendKeyPressRelease;