Sign in
chromium
/
chromium
/
src
/
5fe6977d30e2d68d519ac979ee901bac92fb2e10
/
.
/
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
))>;