"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "CANVAS_APP_LOCATOR", { enumerable: true, get: function () { return _locator.CANVAS_APP_LOCATOR; } }); exports.UI_SETTINGS = void 0; var _locator = require("./locator"); /* * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * or more contributor license agreements. Licensed under the Elastic License * 2.0; you may not use this file except in compliance with the Elastic License * 2.0. */ const UI_SETTINGS = { ENABLE_LABS_UI: 'labs:canvas:enable_ui' }; exports.UI_SETTINGS = UI_SETTINGS;