/
githubmr
/
facebook-react
Обзор
Документация
Войти
/
githubmr
/
facebook-react
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
v19.0.0
packages/react/jsx-runtime.react-server.js
9 строк
265 B
Josh Story
add RSC entrypoint for jsx-runtime (#28217)
03 фев 2024, 00:37
Не верифицирован
03 фев 2024, 00:37
00f9acb
Код
Авторство
О чём код?
/** * Copyright (c) Meta Platforms, Inc. and 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/ReactJSXServer';