Sign in
chromium
/
chromium
/
src
/
205191a32c9db91062c5342e901b2da2d67a49e5
/
.
/
chrome
/
browser
/
resources
/
password_manager
/
focus_config.ts
blob: 025077e1b309cc2c8a04f91ede83a276fb59b0e3 [
file
] [
log
] [
blame
]
// Copyright 2023 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
export
type
FocusConfig
=
Map
<
string
,
(
Element
|(()
=>
void
))>;