Skip to content

Commit cd7ab70

Browse files
committed
regen types
1 parent 7d40e1c commit cd7ab70

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

packages/react-native/ReactNativeApi.d.ts

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* This source code is licensed under the MIT license found in the
55
* LICENSE file in the root directory of this source tree.
66
*
7-
* @generated SignedSource<<a942544e271327a89ec40682d3ec736d>>
7+
* @generated SignedSource<<c0278cb59893dc84470aac2647d8fd63>>
88
*
99
* This file was generated by scripts/js-api/build-types/index.js.
1010
*/
@@ -558,6 +558,12 @@ declare const Vibration_default: {
558558
cancel: () => void
559559
vibrate: (pattern?: Array<number> | number, repeat?: boolean) => void
560560
}
561+
declare const View: typeof View_default
562+
declare const View_default: (
563+
props: ViewProps & {
564+
ref?: React.Ref<React.ComponentRef<typeof $$ViewNativeComponent>>
565+
},
566+
) => React.ReactNode
561567
declare const ViewNativeComponent_default: HostComponent<ViewProps>
562568
declare const VirtualizedList: typeof VirtualizedListComponent_default
563569
declare const VirtualizedListComponent_default: VirtualizedListType
@@ -5621,11 +5627,7 @@ declare type ValueXYListenerCallback = (value: {
56215627
y: number
56225628
}) => unknown
56235629
declare type Vibration = typeof Vibration
5624-
declare function View(
5625-
props: ViewProps & {
5626-
ref?: React.Ref<React.ComponentRef<typeof $$ViewNativeComponent>>
5627-
},
5628-
): React.ReactNode
5630+
declare type View = typeof View
56295631
declare type ViewabilityConfig = {
56305632
readonly itemVisiblePercentThreshold?: number
56315633
readonly minimumViewTime?: number
@@ -6165,7 +6167,7 @@ export {
61656167
UIManager, // 8d2c8281
61666168
UTFSequence, // baacd11b
61676169
Vibration, // 315e131d
6168-
View, // 75d9e33b
6170+
View, // 39dd4de4
61696171
ViewProps, // 0ab8ceda
61706172
ViewPropsAndroid, // f3d007c3
61716173
ViewPropsIOS, // 58ee19bf

0 commit comments

Comments
 (0)