Lines Matching refs:React
1 import React from 'react';
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>;
9 export declare const Q: React.ComponentType<QuoteProps>;
10 export declare const BlockQuote: React.ComponentType<BlockQuoteProps>;
11 export declare const BR: React.ComponentType<TextProps>;
12 export declare const Mark: React.ComponentType<TextProps>;
13 export declare const Code: React.ComponentType<TextProps>;
15 export declare const Pre: React.ComponentType<PreProps>;
16 export declare const Time: React.ComponentType<TimeProps>;
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>;