Lines Matching refs:TextProps
3 import { TextProps } from '../primitives/Text';
4 export declare const P: ComponentType<TextProps>;
5 export declare const B: ComponentType<TextProps>;
6 export declare const S: ComponentType<TextProps>;
7 export declare const Del: ComponentType<TextProps>;
8 export declare const Strong: ComponentType<TextProps>;
9 export declare const I: ComponentType<TextProps>;
12 export declare const EM: ComponentType<TextProps>;
13 export declare const BR: ComponentType<TextProps>;
14 export declare const Small: ComponentType<TextProps>;
15 export declare const Mark: ComponentType<TextProps>;
16 export declare const Code: ComponentType<TextProps>;
18 export declare const Pre: ComponentType<TextProps>;