Sign in
chromium
/
codesearch
/
chromium
/
src
/
901b47f22c2070757a567c167eefc60dc0f6e149
/
.
/
chrome
/
browser
/
resources
/
settings
/
focus_config.ts
blob: 92f693b9ef0551acacbef9a7f3b28137705594b6 [
file
] [
log
] [
blame
]
// Copyright 2022 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
,
(
string
|
Element
|(()
=>
void
))>;