Home
last modified time | relevance | path

Searched defs:NativeTextProps (Results 1 – 3 of 3) sorted by relevance

/expo/packages/html-elements/build/primitives/
H A DTable.d.ts3 type NativeTextProps = ComponentProps<typeof Text> & ClassAttributes<typeof Text>; alias
H A DText.d.ts4 type NativeTextProps = ComponentProps<typeof NativeText> & ClassAttributes<typeof NativeText>; alias
/expo/packages/html-elements/src/primitives/
H A DTable.ts5 type NativeTextProps = ComponentProps<typeof Text> & ClassAttributes<typeof Text>; alias