blob: db4bfa7cc9a47c828acd4397c61dd7fb0497de7b [file]
// 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.
// @ts-nocheck
import * as ChangesModule from './changes.js';
self.Changes = self.Changes || {};
Changes = Changes || {};
/**
* @constructor
*/
Changes.ChangesSidebar = ChangesModule.ChangesSidebar.ChangesSidebar;
/**
* @constructor
*/
Changes.ChangesView = ChangesModule.ChangesView.ChangesView;
/** @enum {string} */
Changes.ChangesView.RowType = ChangesModule.ChangesView.RowType;
/**
* @implements {Common.Revealer}
*/
Changes.ChangesView.DiffUILocationRevealer = ChangesModule.ChangesView.DiffUILocationRevealer;