File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ export type PressableInstance = HostInstance;
3232
3333export type { PressableAndroidRippleConfig } ;
3434
35+ /** @build -types emit-as-interface react-native-web compatibility */
3536export type PressableStateCallbackType = Readonly < {
3637 pressed : boolean ,
3738} > ;
Original file line number Diff line number Diff line change @@ -338,6 +338,7 @@ export type AccessibilityPropsIOS = Readonly<{
338338 accessibilityRespondsToUserInteraction ?: ?boolean ,
339339} > ;
340340
341+ /** @build -types emit-as-interface react-native-web compatibility */
341342export type AccessibilityProps = Readonly < {
342343 ...AccessibilityPropsAndroid ,
343344 ...AccessibilityPropsIOS ,
Original file line number Diff line number Diff line change @@ -332,6 +332,7 @@ export type ImagePropsBase = Readonly<{
332332 children ?: empty ,
333333} > ;
334334
335+ /** @build -types emit-as-interface react-native-web compatibility */
335336export type ImageProps = Readonly < {
336337 ...ImagePropsIOS ,
337338 ...ImagePropsAndroid ,
Original file line number Diff line number Diff line change @@ -136,6 +136,7 @@ export type TypeForStyleKey<
136136 * object of styles to pass to a View that can't be precomputed with
137137 * StyleSheet.create.
138138 */
139+ /** @build -types emit-as-interface react-native-web compatibility */
139140export type ViewStyle = ____ViewStyle_Internal ;
140141
141142/**
@@ -153,6 +154,7 @@ export type ViewStyle = ____ViewStyle_Internal;
153154 * object of styles to pass to a Text that can't be precomputed with
154155 * StyleSheet.create.
155156 */
157+ /** @build -types emit-as-interface react-native-web compatibility */
156158export type TextStyle = ____TextStyle_Internal ;
157159
158160/**
@@ -170,6 +172,7 @@ export type TextStyle = ____TextStyle_Internal;
170172 * object of styles to pass to an Image that can't be precomputed with
171173 * StyleSheet.create.
172174 */
175+ /** @build -types emit-as-interface react-native-web compatibility */
173176export type ImageStyle = ____ImageStyle_Internal ;
174177
175178/**
Original file line number Diff line number Diff line change @@ -137,6 +137,7 @@ export type TypeForStyleKey<
137137 * object of styles to pass to a View that can't be precomputed with
138138 * StyleSheet.create.
139139 */
140+ /** @build-types emit-as-interface react-native-web compatibility */
140141export type ViewStyle = ____ViewStyle_Internal;
141142
142143/**
@@ -154,6 +155,7 @@ export type ViewStyle = ____ViewStyle_Internal;
154155 * object of styles to pass to a Text that can't be precomputed with
155156 * StyleSheet.create.
156157 */
158+ /** @build-types emit-as-interface react-native-web compatibility */
157159export type TextStyle = ____TextStyle_Internal;
158160
159161/**
@@ -171,6 +173,7 @@ export type TextStyle = ____TextStyle_Internal;
171173 * object of styles to pass to an Image that can't be precomputed with
172174 * StyleSheet.create.
173175 */
176+ /** @build-types emit-as-interface react-native-web compatibility */
174177export type ImageStyle = ____ImageStyle_Internal;
175178
176179/**
You can’t perform that action at this time.
0 commit comments