Searched defs:BlockQuote (Results 1 – 4 of 4) sorted by relevance
11 export declare const BlockQuote: ComponentType<BlockQuoteProps>; constant
10 export declare const BlockQuote: React.ComponentType<BlockQuoteProps>; constant
25 export const BlockQuote = forwardRef(({ style, ...props }, ref) => { constant
24 export const BlockQuote = forwardRef(({ style, cite, ...props }, ref) => { constant