/
githubmr
/
facebook-react-native
Обзор
Документация
Войти
/
githubmr
/
facebook-react-native
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
main
packages/react-native/src/private/devsupport/rndevtools/ReactDevToolsSettingsManager.js.flow
12 строк
351 B
Tim Yung
RN: Migrate to ESM - ReactDevToolsSettingsManager (#51440)
18 май 2025, 18:08
18 май 2025, 18:08
3371fb5
Код
Авторство
О чём код?
/** * 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 * @format */ declare export function setGlobalHookSettings(settings: string): void; declare export function getGlobalHookSettings(): ?string;