/
githubmirror
/
react-native
Обзор
Документация
Войти
/
githubmirror
/
react-native
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/react-native-popup-menu-android/index.d.ts
11 строк
327 B
Andrew Coates
Add @types/react as optional peerDependency on packages that use it (#43509)
25 мар 2024, 22:23
25 мар 2024, 22:23
dbf8e3f
Код
Авторство
О чём код?
/** * 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. * * @format */ export type {default} from './js/PopupMenuAndroid'; export type {PopupMenuAndroidInstance} from './js/PopupMenuAndroid';