Sign in
chromium
/
chromium
/
src
/
lkgr-android-internal
/
.
/
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
))>;