/
githubmr
/
facebook-react
Обзор
Документация
Войти
/
githubmr
/
facebook-react
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
status
packages/react-interactions/accessibility/tabbable-scope-query.js
12 строк
271 B
Dominic Gannaway
[react-interactions] Modify Scope query mechanism (#17095)
15 окт 2019, 16:57
Не верифицирован
15 окт 2019, 16:57
4cb399a
Код
Авторство
О чём код?
/** * 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/TabbableScopeQuery');