Sign in
chromium
/
devtools
/
devtools-frontend
/
main
/
.
/
front_end
/
models
/
elements
/
elements.ts
blob: c952bf13b2b5f0408155b02f177370a3ea1ebd2b [
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
ElementUpdateRecord
from
'./ElementUpdateRecord.js'
;
export
{
ElementUpdateRecord
,
};