UNPKG

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

Version:
22 lines (19 loc) 379 B
'use strict'; /* 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", }; exports.Enter = Enter;