Lines Matching refs:TextProps
3 import { TextProps } from '../primitives/Text';
5 export declare const P: React.ComponentType<TextProps>;
6 export declare const B: React.ComponentType<TextProps>;
7 export declare const S: React.ComponentType<TextProps>;
8 export declare const I: React.ComponentType<TextProps>;
11 export declare const BR: React.ComponentType<TextProps>;
12 export declare const Mark: React.ComponentType<TextProps>;
13 export declare const Code: React.ComponentType<TextProps>;
14 type PreProps = TextProps | ViewProps;
17 export declare const Strong: React.ComponentType<TextProps>;
18 export declare const Del: React.ComponentType<TextProps>;
19 export declare const EM: React.ComponentType<TextProps>;
20 export declare const Span: React.ComponentType<TextProps>;