Merge pull request #8515 from BlueWallet/import
Some checks failed
Build Release and Upload to TestFlight (iOS) / build (push) Has been cancelled
BuildReleaseApk / buildReleaseApk (push) Has been cancelled
Build Release and Upload to TestFlight (iOS) / testflight-upload (push) Has been cancelled
BuildReleaseApk / browserstack (push) Has been cancelled

Update SegmentedControlNativeComponent.ts
This commit is contained in:
GLaDOS 2026-05-01 20:42:08 +01:00 committed by GitHub
commit c063ce81b6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,8 @@
import type { HostComponent } from 'react-native';
import type { ViewProps } from 'react-native';
import type { BubblingEventHandler, Int32, WithDefault } from 'react-native/Libraries/Types/CodegenTypes';
import codegenNativeComponent from 'react-native/Libraries/Utilities/codegenNativeComponent';
import { codegenNativeComponent } from 'react-native';
type SegmentedControlChangeEvent = Readonly<{
selectedIndex: Int32;