UNPKG

533 BJavaScriptView Raw
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports.default = void 0;
7
8/*
9Copyright (c) 2018-2020 Uber Technologies, Inc.
10
11This source code is licensed under the MIT license found in the
12LICENSE file in the root directory of this source tree.
13*/
14var locale = {
15 noResultsMsg: 'No results',
16 parentMenuItemAriaLabel: "You are currently at an item than opens a nested listbox. Press right arrow to enter that element and left arrow to return."
17};
18var _default = locale;
19exports.default = _default;
\No newline at end of file