Searched refs:BlockQuote (Results 1 – 14 of 14) sorted by relevance
| /expo/packages/html-elements/src/elements/__tests__/ |
| H A D | Text-test.tsx | 8 BlockQuote, 68 it(`renders BlockQuote`, () => { 69 const tree = renderer.create(<BlockQuote />);
|
| /expo/packages/html-elements/build/elements/ |
| H A D | _Text.web.d.ts | 11 export declare const BlockQuote: ComponentType<BlockQuoteProps>; constant
|
| H A D | Text.d.ts | 10 export declare const BlockQuote: React.ComponentType<BlockQuoteProps>; constant
|
| H A D | _Text.web.js | 25 export const BlockQuote = forwardRef(({ style, ...props }, ref) => { constant
|
| H A D | Text.js | 24 export const BlockQuote = forwardRef(({ style, cite, ...props }, ref) => { constant
|
| H A D | _Text.web.js.map | 1 …set, style], ref });\n}) as ComponentType<QuoteProps>;\n\nexport const BlockQuote = forwardRef(({ …
|
| H A D | Text.js.map | 1 …"\n </Text>\n );\n}) as ComponentType<QuoteProps>;\n\nexport const BlockQuote = forwardRef(({ …
|
| /expo/apps/test-suite/tests/ |
| H A D | HTML.js | 5 BlockQuote, 81 BlockQuote,
|
| /expo/packages/html-elements/src/elements/__tests__/__snapshots__/ |
| H A D | Text-test.tsx.snap.ios | 26 exports[`renders BlockQuote 1`] = `
|
| H A D | Text-test.tsx.snap.android | 26 exports[`renders BlockQuote 1`] = `
|
| H A D | Text-test.tsx.snap.web | 19 exports[`renders BlockQuote 1`] = `
|
| /expo/packages/html-elements/src/elements/ |
| H A D | Text.tsx | 33 export const BlockQuote = forwardRef(({ style, cite, ...props }: BlockQuoteProps, ref) => {
|
| H A D | _Text.web.tsx | 36 export const BlockQuote = forwardRef(({ style, ...props }: BlockQuoteProps, ref) => {
|
| /expo/packages/html-elements/ |
| H A D | README.md | 55 | [`<blockquote />`][html-blockquote] | [`<BlockQuote />`](#blockquote) | 524 ### `<BlockQuote/>`
|