UNPKG

quill-mention

Version:

@mentions for the Quill rich text editor

11 lines (9 loc) 171 B
const Keys = { TAB: "Tab", ENTER: "Enter", ESCAPE: "Escape", UP: "ArrowUp", DOWN: "ArrowDown", }; export { Keys }; //# sourceMappingURL=index.mjs.map