chrome-devtools-frontend
Version:
Chrome DevTools UI
60 lines (57 loc) • 1.91 kB
text/typescript
// Copyright 2024 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 BaseInsightComponent from './BaseInsightComponent.js';
import * as Cache from './Cache.js';
import * as Checklist from './Checklist.js';
import * as CLSCulprits from './CLSCulprits.js';
import * as DocumentLatency from './DocumentLatency.js';
import * as DOMSize from './DOMSize.js';
import * as DuplicatedJavaScript from './DuplicatedJavaScript.js';
import * as EventRef from './EventRef.js';
import * as FontDisplay from './FontDisplay.js';
import * as ForcedReflow from './ForcedReflow.js';
import * as Helpers from './Helpers.js';
import * as ImageDelivery from './ImageDelivery.js';
import * as InteractionToNextPaint from './InteractionToNextPaint.js';
import * as LCPDiscovery from './LCPDiscovery.js';
import * as LCPPhases from './LCPPhases.js';
import * as LegacyJavaScript from './LegacyJavaScript.js';
import * as ModernHTTP from './ModernHTTP.js';
import * as NetworkDependencyTree from './NetworkDependencyTree.js';
import * as NodeLink from './NodeLink.js';
import * as RenderBlocking from './RenderBlocking.js';
import * as SidebarInsight from './SidebarInsight.js';
import * as SlowCSSSelector from './SlowCSSSelector.js';
import * as Table from './Table.js';
import * as ThirdParties from './ThirdParties.js';
import * as Types from './types.js';
import * as Viewport from './Viewport.js';
export {
BaseInsightComponent,
Cache,
Checklist,
CLSCulprits,
DocumentLatency,
DOMSize,
DuplicatedJavaScript,
EventRef,
FontDisplay,
ForcedReflow,
Helpers,
ImageDelivery,
InteractionToNextPaint,
LCPDiscovery,
LCPPhases,
LegacyJavaScript,
ModernHTTP,
NetworkDependencyTree,
NodeLink,
RenderBlocking,
SidebarInsight,
SlowCSSSelector,
Table,
ThirdParties,
Types,
Viewport,
};