UNPKG

quill-mention

Version:

@mentions for the Quill rich text editor

10 lines (8 loc) 124 B
const Keys = { TAB: "Tab", ENTER: "Enter", ESCAPE: "Escape", UP: "ArrowUp", DOWN: "ArrowDown", }; export {Keys};