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))>;