/
githubmr
/
facebook-react
Обзор
Документация
Войти
/
githubmr
/
facebook-react
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
status
packages/react-interactions/accessibility/focus-manager.js
12 строк
265 B
Dominic Gannaway
[react-interactions] TabFocus -> FocusManager (#16874)
25 сен 2019, 00:26
Не верифицирован
25 сен 2019, 00:26
ebc299f
Код
Авторство
О чём код?
/** * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. * * @flow */ 'use strict'; module.exports = require('./src/FocusManager');