/
githubmr
/
facebook-react-native
Обзор
Документация
Войти
/
githubmr
/
facebook-react-native
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
main
packages/react-native/ReactCommon/react/renderer/components/text/ParagraphProps.h
20 строк
516 B
Nick Lefever
Use host platform specific text props (#52845)
28 июл 2025, 03:20
28 июл 2025, 03:20
d390f3b
Код
Авторство
О чём код?
/* * 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. */ #pragma once #include <react/renderer/components/text/HostPlatformParagraphProps.h> namespace facebook::react { /* * Props of <Paragraph> component. * Most of the props are directly stored in composed `ParagraphAttributes` * object. */ using ParagraphProps = HostPlatformParagraphProps; } // namespace facebook::react