Searched refs:Strong (Results 1 – 15 of 15) sorted by relevance
| /expo/packages/html-elements/src/elements/__tests__/ |
| H A D | Text-test.tsx | 20 Strong, 36 it(`renders Strong`, () => { 37 const tree = renderer.create(<Strong>demo</Strong>);
|
| /expo/apps/native-component-list/src/screens/ |
| H A D | HTMLElementsScreen.tsx | 28 Strong, 103 <Strong>Strong</Strong>
|
| /expo/packages/html-elements/build/elements/ |
| H A D | _Text.web.d.ts | 8 export declare const Strong: ComponentType<TextProps>; constant
|
| H A D | Text.d.ts | 17 export declare const Strong: React.ComponentType<TextProps>; constant
|
| H A D | _Text.web.js | 16 export const Strong = forwardRef(({ style, ...props }, ref) => { constant
|
| H A D | Text.js | 49 export const Strong = B; constant
|
| H A D | _Text.web.js.map | 1 ….reset, style], ref });\n}) as ComponentType<TextProps>;\n\nexport const Strong = forwardRef(({ st…
|
| H A D | Text.js.map | 1 …...props} ref={ref} />;\n}) as ComponentType<TimeProps>;\n\nexport const Strong = B;\nexport const…
|
| /expo/apps/test-suite/tests/ |
| H A D | HTML.js | 30 Strong, 61 Strong,
|
| /expo/packages/html-elements/src/elements/__tests__/__snapshots__/ |
| H A D | Text-test.tsx.snap.ios | 158 exports[`renders Strong 1`] = `
|
| H A D | Text-test.tsx.snap.android | 158 exports[`renders Strong 1`] = `
|
| H A D | Text-test.tsx.snap.web | 118 exports[`renders Strong 1`] = `
|
| /expo/packages/html-elements/src/elements/ |
| H A D | Text.tsx | 67 export const Strong = B;
|
| H A D | _Text.web.tsx | 24 export const Strong = forwardRef(({ style, ...props }: TextProps, ref) => {
|
| /expo/packages/html-elements/ |
| H A D | README.md | 81 | [`<strong />`][html-strong] | [`<Strong />`](#strong) | 430 ### `<Strong/>`
|