Home
last modified time | relevance | path

Searched refs:WebTextProps (Results 1 – 3 of 3) sorted by relevance

/expo/packages/html-elements/build/primitives/
H A DText.d.ts26 export type WebTextProps = { alias
49 export type TextProps = Omit<NativeTextProps, 'style' | 'accessibilityRole'> & WebTextProps;
H A DText.js.map1WebTextProps = {\n style?: StyleProp<TextStyle>;\n /** @platform web */\n tabIndex?: number;\n …
/expo/packages/html-elements/src/primitives/
H A DText.tsx41 export type WebTextProps = {
65 export type TextProps = Omit<NativeTextProps, 'style' | 'accessibilityRole'> & WebTextProps;