/
githubmr
/
facebook-react
Обзор
Документация
Войти
/
githubmr
/
facebook-react
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
v18.3.1
packages/react/jsx-runtime.js
9 строк
257 B
Luna Ruan
add jsx-runtime and jsx-dev-runtime (#18299)
17 мар 2020, 23:22
Не верифицирован
17 мар 2020, 23:22
90f8fe6
Код
Авторство
О чём код?
/** * 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 */ export {Fragment, jsx, jsxs} from './src/jsx/ReactJSX';