UNPKG

chrome-devtools-frontend

Version:
52 lines (49 loc) 1.64 kB
// 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 Checklist from './Checklist.js'; import * as CLSCulprits from './CLSCulprits.js'; import * as DocumentLatency from './DocumentLatency.js'; import * as DOMSize from './DOMSize.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 LongCriticalNetworkTree from './LongCriticalNetworkTree.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, Checklist, CLSCulprits, DocumentLatency, DOMSize, EventRef, FontDisplay, ForcedReflow, Helpers, ImageDelivery, InteractionToNextPaint, LCPDiscovery, LCPPhases, LongCriticalNetworkTree, NodeLink, RenderBlocking, SidebarInsight, SlowCSSSelector, Table, ThirdParties, Types, Viewport, };