Sign in
chromium
/
devtools
/
devtools-frontend.git
/
HEAD
/
.
/
front_end
/
ui
/
components
/
tooltips
/
tooltips.ts
blob: 916f34c41d0caba180972b35f9a2eee37cc6896d [
file
] [
log
] [
blame
]
// Copyright 2025 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
Tooltip
from
'./Tooltip.js'
;
export
{
Tooltip
};