Searched refs:PreProps (Results 1 – 3 of 3) sorted by relevance
14 type PreProps = TextProps | ViewProps; alias15 export declare const Pre: React.ComponentType<PreProps>;
1 …PreProps = TextProps | ViewProps;\n\nexport const Pre = forwardRef((props: PreProps, ref: any) => …
53 type PreProps = TextProps | ViewProps;55 export const Pre = forwardRef((props: PreProps, ref: any) => {60 }) as ComponentType<PreProps>;