Home
last modified time | relevance | path

Searched refs:BlockQuote (Results 1 – 14 of 14) sorted by relevance

/expo/packages/html-elements/src/elements/__tests__/
H A DText-test.tsx8 BlockQuote,
68 it(`renders BlockQuote`, () => {
69 const tree = renderer.create(<BlockQuote />);
/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
H A D_Text.web.js.map1 …set, style], ref });\n}) as ComponentType<QuoteProps>;\n\nexport const BlockQuote = forwardRef(({ …
H A DText.js.map1 …"\n </Text>\n );\n}) as ComponentType<QuoteProps>;\n\nexport const BlockQuote = forwardRef(({ …
/expo/apps/test-suite/tests/
H A DHTML.js5 BlockQuote,
81 BlockQuote,
/expo/packages/html-elements/src/elements/__tests__/__snapshots__/
H A DText-test.tsx.snap.ios26 exports[`renders BlockQuote 1`] = `
H A DText-test.tsx.snap.android26 exports[`renders BlockQuote 1`] = `
H A DText-test.tsx.snap.web19 exports[`renders BlockQuote 1`] = `
/expo/packages/html-elements/src/elements/
H A DText.tsx33 export const BlockQuote = forwardRef(({ style, cite, ...props }: BlockQuoteProps, ref) => {
H A D_Text.web.tsx36 export const BlockQuote = forwardRef(({ style, ...props }: BlockQuoteProps, ref) => {
/expo/packages/html-elements/
H A DREADME.md55 | [`<blockquote />`][html-blockquote] | [`<BlockQuote />`](#blockquote) |
524 ### `<BlockQuote/>`