blob: c76e7ac2cf7fcd1c87dd136522e11fa4d5f88e5a [file] [log] [blame]
// Copyright 2022 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import './app.js';
export {App, AppType, InstallReason, InstallSource, PermissionType, RunOnOsLoginMode, TriState, WindowMode} from 'chrome://resources/cr_components/app_management/app_management.mojom-webui.js';
export {BrowserProxy} from 'chrome://resources/cr_components/app_management/browser_proxy.js';
export {PermissionTypeIndex} from 'chrome://resources/cr_components/app_management/permission_constants.js';
export {createTriStatePermission} from 'chrome://resources/cr_components/app_management/permission_util.js';
export {getPermissionValueBool} from 'chrome://resources/cr_components/app_management/util.js';
export type {AppElement} from './app.js';
export type {PermissionItemElement} from './permission_item.js';
export type {RunOnOsLoginItemElement} from './run_on_os_login_item.js';
export type {SupportedLinksItemElement} from './supported_links_item.js';
export type {SupportedLinksOverlappingAppsDialogElement} from './supported_links_overlapping_apps_dialog.js';
export type {ToggleRowElement} from './toggle_row.js';
export type {WindowModeItemElement} from './window_mode_item.js';