Searched refs:WebTextProps (Results 1 – 3 of 3) sorted by relevance
26 export type WebTextProps = { alias49 export type TextProps = Omit<NativeTextProps, 'style' | 'accessibilityRole'> & WebTextProps;
1 …WebTextProps = {\n style?: StyleProp<TextStyle>;\n /** @platform web */\n tabIndex?: number;\n …
41 export type WebTextProps = {65 export type TextProps = Omit<NativeTextProps, 'style' | 'accessibilityRole'> & WebTextProps;