ReactNativePropsDefinitions
reexport
type
ReactNativePropsDefinitions
=
{
 Â
native
?
:
StylessReactNativeProps
;
 Â
text
?
:
StylessReactNativeTextProps
;
 Â
view
?
:
StylessReactNativeViewProps
;
}
Defined in
@native-html/transient-render-engine
An object containing props targetting either Text
, View
, or both.