Home
last modified time | relevance | path

Searched defs:Pre (Results 1 – 4 of 4) sorted by relevance

/expo/packages/html-elements/build/elements/
H A D_Text.web.d.ts18 export declare const Pre: ComponentType<TextProps>; constant
H A DText.d.ts15 export declare const Pre: React.ComponentType<PreProps>; constant
H A D_Text.web.js46 export const Pre = forwardRef(({ style, ...props }, ref) => { constant
H A DText.js39 export const Pre = forwardRef((props, ref) => { constant