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
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:
commit
c063ce81b6
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user