UNPKG

691 BJavaScriptView Raw
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6Object.defineProperty(exports, "SIZE", {
7 enumerable: true,
8 get: function get() {
9 return _index.SIZE;
10 }
11});
12exports.STATE_CHANGE_TYPE = exports.TYPE = void 0;
13
14var _index = require("../input/index.js");
15
16/*
17Copyright (c) 2018-2020 Uber Technologies, Inc.
18
19This source code is licensed under the MIT license found in the
20LICENSE file in the root directory of this source tree.
21*/
22var TYPE = {
23 select: 'select',
24 search: 'search'
25};
26exports.TYPE = TYPE;
27var STATE_CHANGE_TYPE = Object.freeze({
28 select: 'select',
29 remove: 'remove',
30 clear: 'clear'
31});
32exports.STATE_CHANGE_TYPE = STATE_CHANGE_TYPE;
\No newline at end of file