UNPKG

566 BJavaScriptView Raw
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports.ALIGN = exports.STATE_TYPE = 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*/
14
15/* eslint-disable import/prefer-default-export */
16var STATE_TYPE = {
17 change: 'CHANGE'
18};
19exports.STATE_TYPE = STATE_TYPE;
20var ALIGN = {
21 vertical: 'vertical',
22 horizontal: 'horizontal'
23};
24/* eslint-enable import/prefer-default-export */
25
26exports.ALIGN = ALIGN;
\No newline at end of file