Skip to content

Commit e6dff99

Browse files
run yarn build-types
1 parent bf9a09b commit e6dff99

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

packages/react-native/ReactNativeApi.d.ts

Lines changed: 4 additions & 4 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<<0cdc59a5eb40a092a692cb81e76fe251>>
7+
* @generated SignedSource<<d8028816677b1a37e62b2dcde98469f3>>
88
*
99
* This file was generated by scripts/build-types/index.js.
1010
*/
@@ -1692,8 +1692,8 @@ declare function attachNativeEventImpl(
16921692
detach: () => void
16931693
}
16941694
declare type AttributeConfiguration = {
1695-
readonly [propName: string]: AnyAttributeType | void
1696-
readonly style?: {
1695+
readonly [propName: string]: AnyAttributeType
1696+
readonly style: {
16971697
readonly [propName: string]: AnyAttributeType
16981698
}
16991699
}
@@ -6037,7 +6037,7 @@ export {
60376037
ModalProps, // 3fb62261
60386038
ModalPropsAndroid, // 515fb173
60396039
ModalPropsIOS, // 6053cb61
6040-
ModeChangeEvent, // 0dc5e81f
6040+
ModeChangeEvent, // 34a127e0
60416041
MouseEvent, // d432147f
60426042
NativeAppEventEmitter, // b4d20c1d
60436043
NativeColorValue, // d2094c29

0 commit comments

Comments
 (0)