Home
last modified time | relevance | path

Searched refs:NativeTextProps (Results 1 – 6 of 6) sorted by relevance

/expo/packages/html-elements/build/primitives/
H A DTable.d.ts3 type NativeTextProps = ComponentProps<typeof Text> & ClassAttributes<typeof Text>; alias
4 export type TableTextProps = NativeTextProps & {
H A DText.d.ts4 type NativeTextProps = ComponentProps<typeof NativeText> & ClassAttributes<typeof NativeText>; alias
49 export type TextProps = Omit<NativeTextProps, 'style' | 'accessibilityRole'> & WebTextProps;
H A DTable.js.map1 …ext';\n\ntype NativeTextProps = ComponentProps<typeof Text> & ClassAttributes<typeof Text>;\n\nexp…
H A DText.js.map1NativeTextProps = ComponentProps<typeof NativeText> & ClassAttributes<typeof NativeText>;\n\nexpor…
/expo/packages/html-elements/src/primitives/
H A DTable.ts5 type NativeTextProps = ComponentProps<typeof Text> & ClassAttributes<typeof Text>; alias
7 export type TableTextProps = NativeTextProps & {
H A DText.tsx14 type NativeTextProps = ComponentProps<typeof NativeText> & ClassAttributes<typeof NativeText>;
65 export type TextProps = Omit<NativeTextProps, 'style' | 'accessibilityRole'> & WebTextProps;