UNPKG

@boomerang-io/carbon-addons-boomerang-react

Version:
20 lines (18 loc) 359 B
/* IBM Confidential 694970X, 69497O0 © Copyright IBM Corp. 2022, 2024 */ /** * Copyright IBM Corp. 2016, 2018 * * This source code is licensed under the Apache-2.0 license found in the * LICENSE file in the root directory of this source tree. */ const Enter = { key: "Enter", which: 13, keyCode: 13, code: "Enter", }; export { Enter };