chrome-devtools-frontend
Version:
Chrome DevTools UI
20 lines (17 loc) • 709 B
text/typescript
// Copyright 2019 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import * as CPUThrottlingSelector from './CPUThrottlingSelector.js';
import * as NetworkPanelIndicator from './NetworkPanelIndicator.js';
import * as NetworkThrottlingSelector from './NetworkThrottlingSelector.js';
import * as ThrottlingManager from './ThrottlingManager.js';
import * as ThrottlingPresets from './ThrottlingPresets.js';
import * as ThrottlingSettingsTab from './ThrottlingSettingsTab.js';
export {
CPUThrottlingSelector,
NetworkPanelIndicator,
NetworkThrottlingSelector,
ThrottlingManager,
ThrottlingPresets,
ThrottlingSettingsTab,
};