/
githubmr
/
facebook-react-native
Обзор
Документация
Войти
/
githubmr
/
facebook-react-native
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
v0.77.3
packages/react-native/flow/react.js
15 строк
353 B
Sam Zhou
Make `React.Element` fully opaque (#40883)
12 окт 2023, 23:48
12 окт 2023, 23:48
a53b4a0
Код
Авторство
О чём код?
/** * 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 strict * @nolint * @format */ declare opaque type React$Element< +ElementType: React$ElementType, +P = React$ElementProps<ElementType>, >: {...};