UNPKG

654 BJavaScriptView Raw
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports.TETHER_PLACEMENT = 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 TETHER_PLACEMENT = {
15 auto: 'auto',
16 topLeft: 'topLeft',
17 top: 'top',
18 topRight: 'topRight',
19 rightTop: 'rightTop',
20 right: 'right',
21 rightBottom: 'rightBottom',
22 bottomRight: 'bottomRight',
23 bottom: 'bottom',
24 bottomLeft: 'bottomLeft',
25 leftBottom: 'leftBottom',
26 left: 'left',
27 leftTop: 'leftTop'
28};
29exports.TETHER_PLACEMENT = TETHER_PLACEMENT;
\No newline at end of file