chrome-devtools-frontend
Version:
Chrome DevTools UI
27 lines (23 loc) • 870 B
text/typescript
// Copyright 2019 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 './TimelineModelFilter.js';
import './TracingLayerTree.js';
import './TimelineModel.js';
import './TimelineJSProfile.js';
import './TimelineFrameModel.js';
import './TimelineProfileTree.js';
import * as TimelineFrameModel from './TimelineFrameModel.js';
import * as TimelineJSProfile from './TimelineJSProfile.js';
import * as TimelineModel from './TimelineModel.js';
import * as TimelineModelFilter from './TimelineModelFilter.js';
import * as TimelineProfileTree from './TimelineProfileTree.js';
import * as TracingLayerTree from './TracingLayerTree.js';
export {
TimelineFrameModel,
TimelineJSProfile,
TimelineModel,
TimelineModelFilter,
TimelineProfileTree,
TracingLayerTree,
};