Searched defs:NativeTextProps (Results 1 – 3 of 3) sorted by relevance
3 type NativeTextProps = ComponentProps<typeof Text> & ClassAttributes<typeof Text>; alias
4 type NativeTextProps = ComponentProps<typeof NativeText> & ClassAttributes<typeof NativeText>; alias
5 type NativeTextProps = ComponentProps<typeof Text> & ClassAttributes<typeof Text>; alias