Home
last modified time | relevance | path

Searched refs:PreProps (Results 1 – 3 of 3) sorted by relevance

/expo/packages/html-elements/build/elements/
H A DText.d.ts14 type PreProps = TextProps | ViewProps; alias
15 export declare const Pre: React.ComponentType<PreProps>;
H A DText.js.map1PreProps = TextProps | ViewProps;\n\nexport const Pre = forwardRef((props: PreProps, ref: any) => …
/expo/packages/html-elements/src/elements/
H A DText.tsx53 type PreProps = TextProps | ViewProps;
55 export const Pre = forwardRef((props: PreProps, ref: any) => {
60 }) as ComponentType<PreProps>;