UNPKG

react-editable-title

Version:
8 lines 261 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var Key; (function (Key) { Key[Key["Enter"] = 13] = "Enter"; Key[Key["ESC"] = 27] = "ESC"; })(Key = exports.Key || (exports.Key = {})); //# sourceMappingURL=types.js.map