Home
last modified time | relevance | path

Searched refs:EM (Results 1 – 15 of 15) sorted by relevance

/expo/packages/html-elements/src/elements/__tests__/
H A DText-test.tsx13 EM,
52 it(`renders EM`, () => {
53 const tree = renderer.create(<EM>demo</EM>);
/expo/packages/html-elements/build/elements/
H A D_Text.web.d.ts12 export declare const EM: ComponentType<TextProps>; constant
H A DText.d.ts19 export declare const EM: React.ComponentType<TextProps>; constant
H A D_Text.web.js28 export const EM = forwardRef(({ style, ...props }, ref) => { constant
H A DText.js51 export const EM = I; constant
H A D_Text.web.js.map1 …et, style], ref });\n}) as ComponentType<BlockQuoteProps>;\n\nexport const EM = forwardRef(({ styl…
H A DText.js.map1 …meProps>;\n\nexport const Strong = B;\nexport const Del = S;\nexport const EM = I;\nexport const S…
/expo/apps/native-component-list/src/screens/
H A DHTMLElementsScreen.tsx10 EM,
108 <EM>Emphasize</EM>
/expo/apps/test-suite/tests/
H A DHTML.js10 EM,
63 EM,
/expo/packages/html-elements/src/elements/__tests__/__snapshots__/
H A DText-test.tsx.snap.ios60 exports[`renders EM 1`] = `
H A DText-test.tsx.snap.android60 exports[`renders EM 1`] = `
H A DText-test.tsx.snap.web42 exports[`renders EM 1`] = `
/expo/packages/html-elements/src/elements/
H A DText.tsx69 export const EM = I;
H A D_Text.web.tsx40 export const EM = forwardRef(({ style, ...props }: TextProps, ref) => {
/expo/packages/html-elements/
H A DREADME.md61 | [`<em />`][html-em] | [`<EM />`](#em) |
470 ### `<EM/>`