Home
last modified time | relevance | path

Searched defs:TextProps (Results 1 – 7 of 7) sorted by relevance

/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/components/text/
H A DABI49_0_0TextProps.cpp12 TextProps::TextProps( in TextProps() function in ABI49_0_0facebook::ABI49_0_0React::TextProps
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/components/text/
H A DABI48_0_0TextProps.cpp12 TextProps::TextProps( in TextProps() function in ABI48_0_0facebook::ABI48_0_0React::TextProps
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/components/text/
H A DABI47_0_0TextProps.cpp13 TextProps::TextProps( in TextProps() function in ABI47_0_0facebook::ABI47_0_0React::TextProps
/expo/packages/html-elements/build/primitives/
H A DText.d.ts49 export type TextProps = Omit<NativeTextProps, 'style' | 'accessibilityRole'> & WebTextProps; alias
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Text/
H A DText.d.ts101 extends TextPropsIOS,
102 TextPropsAndroid,
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Text/
H A DText.d.ts111 extends TextPropsIOS,
112 TextPropsAndroid,
/expo/packages/expo/types/
H A Dreact-native-web.d.ts124 interface TextProps { interface