Skip to content

Commit 6197ecb

Browse files
committed
regen types
1 parent 46c667b commit 6197ecb

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<<83d07f37fd6028027511209f02e7f056>>
7+
* @generated SignedSource<<a2643498590e181775b3693a076a48e1>>
88
*
99
* This file was generated by scripts/js-api/build-types/index.js.
1010
*/
@@ -559,6 +559,12 @@ declare const Vibration_default: {
559559
cancel: () => void
560560
vibrate: (pattern?: Array<number> | number, repeat?: boolean) => void
561561
}
562+
declare const View: typeof View_default
563+
declare const View_default: (
564+
props: ViewProps & {
565+
ref?: React.Ref<React.ComponentRef<typeof $$ViewNativeComponent>>
566+
},
567+
) => React.ReactNode
562568
declare const ViewNativeComponent_default: HostComponent<ViewProps>
563569
declare const VirtualizedList: typeof VirtualizedListComponent_default
564570
declare const VirtualizedListComponent_default: VirtualizedListType
@@ -5622,11 +5628,7 @@ declare type ValueXYListenerCallback = (value: {
56225628
y: number
56235629
}) => unknown
56245630
declare type Vibration = typeof Vibration
5625-
declare function View(
5626-
props: ViewProps & {
5627-
ref?: React.Ref<React.ComponentRef<typeof $$ViewNativeComponent>>
5628-
},
5629-
): React.ReactNode
5631+
declare type View = typeof View
56305632
declare type ViewabilityConfig = {
56315633
readonly itemVisiblePercentThreshold?: number
56325634
readonly minimumViewTime?: number
@@ -6166,7 +6168,7 @@ export {
61666168
UIManager, // 8d2c8281
61676169
UTFSequence, // baacd11b
61686170
Vibration, // 315e131d
6169-
View, // 75d9e33b
6171+
View, // 39dd4de4
61706172
ViewProps, // 0ab8ceda
61716173
ViewPropsAndroid, // f3d007c3
61726174
ViewPropsIOS, // 58ee19bf

0 commit comments

Comments
 (0)