/
githubmr
/
facebook-react-native
Обзор
Документация
Войти
/
githubmr
/
facebook-react-native
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
main
packages/react-native/React/Views/RCTCursor.h
13 строк
306 B
Saad Najmi
feat(iOS): Implement cursor style prop (#43078)
05 мар 2024, 05:51
05 мар 2024, 05:51
73664f5
Код
Авторство
О чём код?
/* * 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. */ #import <Foundation/Foundation.h> typedef NS_ENUM(NSInteger, RCTCursor) { RCTCursorAuto, RCTCursorPointer, };