Sign in
chromium
/
devtools
/
devtools-frontend.git
/
HEAD
/
.
/
front_end
/
core
/
common
/
App.ts
blob: f5d6799a02a8548b7864ceee4a4a6c3e7e532db9 [
file
] [
log
] [
blame
]
// 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.
export
interface
App
{
presentUI
(
document
:
Document
):
void
;
}