chrome-devtools-frontend
Version:
Chrome DevTools UI
50 lines (47 loc) • 1.85 kB
text/typescript
// Copyright 2023 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import * as Breadcrumbs from './Breadcrumbs.js';
import * as BreadcrumbsUI from './BreadcrumbsUI.js';
import * as CPUThrottlingSelector from './CPUThrottlingSelector.js';
import * as DetailsView from './DetailsView.js';
import * as FieldSettingsDialog from './FieldSettingsDialog.js';
import * as IgnoreListSetting from './IgnoreListSetting.js';
import * as InteractionBreakdown from './InteractionBreakdown.js';
import * as LayoutShiftDetails from './LayoutShiftDetails.js';
import * as LiveMetricsView from './LiveMetricsView.js';
import * as MetricCard from './MetricCard.js';
import * as NetworkRequestDetails from './NetworkRequestDetails.js';
import * as NetworkRequestTooltip from './NetworkRequestTooltip.js';
import * as NetworkThrottlingSelector from './NetworkThrottlingSelector.js';
import * as OriginMap from './OriginMap.js';
import * as RelatedInsightChips from './RelatedInsightChips.js';
import * as Sidebar from './Sidebar.js';
import * as SidebarAnnotationsTab from './SidebarAnnotationsTab.js';
import * as SidebarInsightsTab from './SidebarInsightsTab.js';
import * as SidebarSingleInsightSet from './SidebarSingleInsightSet.js';
import * as TimelineSummary from './TimelineSummary.js';
import * as Utils from './Utils.js';
export {
Breadcrumbs,
BreadcrumbsUI,
CPUThrottlingSelector,
DetailsView,
FieldSettingsDialog,
IgnoreListSetting,
InteractionBreakdown,
LayoutShiftDetails,
LiveMetricsView,
MetricCard,
NetworkRequestDetails,
NetworkRequestTooltip,
NetworkThrottlingSelector,
OriginMap,
RelatedInsightChips,
Sidebar,
SidebarAnnotationsTab,
SidebarInsightsTab,
SidebarSingleInsightSet,
TimelineSummary,
Utils,
};