Home
last modified time | relevance | path

Searched defs:BlockQuote (Results 1 – 4 of 4) sorted by relevance

/expo/packages/html-elements/build/elements/
H A D_Text.web.d.ts11 export declare const BlockQuote: ComponentType<BlockQuoteProps>; constant
H A DText.d.ts10 export declare const BlockQuote: React.ComponentType<BlockQuoteProps>; constant
H A D_Text.web.js25 export const BlockQuote = forwardRef(({ style, ...props }, ref) => { constant
H A DText.js24 export const BlockQuote = forwardRef(({ style, cite, ...props }, ref) => { constant