Searched defs:Pre (Results 1 – 4 of 4) sorted by relevance
18 export declare const Pre: ComponentType<TextProps>; constant
15 export declare const Pre: React.ComponentType<PreProps>; constant
46 export const Pre = forwardRef(({ style, ...props }, ref) => { constant
39 export const Pre = forwardRef((props, ref) => { constant