/
githubmr
/
facebook-react
Обзор
Документация
Войти
/
githubmr
/
facebook-react
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
v16.10.2
packages/react-interactions/accessibility/focus-control.js
12 строк
265 B
Dominic Gannaway
[react-interaction] Refactor a11y components more (#16866)
23 сен 2019, 22:30
Не верифицирован
23 сен 2019, 22:30
1a6294d
Код
Авторство
О чём код?
/** * 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/FocusControl');