Searched refs:NativeTextProps (Results 1 – 6 of 6) sorted by relevance
3 type NativeTextProps = ComponentProps<typeof Text> & ClassAttributes<typeof Text>; alias4 export type TableTextProps = NativeTextProps & {
4 type NativeTextProps = ComponentProps<typeof NativeText> & ClassAttributes<typeof NativeText>; alias49 export type TextProps = Omit<NativeTextProps, 'style' | 'accessibilityRole'> & WebTextProps;
1 …ext';\n\ntype NativeTextProps = ComponentProps<typeof Text> & ClassAttributes<typeof Text>;\n\nexp…
1 …NativeTextProps = ComponentProps<typeof NativeText> & ClassAttributes<typeof NativeText>;\n\nexpor…
5 type NativeTextProps = ComponentProps<typeof Text> & ClassAttributes<typeof Text>; alias7 export type TableTextProps = NativeTextProps & {
14 type NativeTextProps = ComponentProps<typeof NativeText> & ClassAttributes<typeof NativeText>;65 export type TextProps = Omit<NativeTextProps, 'style' | 'accessibilityRole'> & WebTextProps;