Searched refs:caption (Results 1 – 13 of 13) sorted by relevance
| /expo/packages/html-elements/src/elements/__tests__/__snapshots__/ |
| H A D | Table-test.tsx.snap.web | 4 <caption> 6 </caption>
|
| /expo/packages/html-elements/build/elements/ |
| H A D | Table.js | 29 return React.createElement(Text, { ...props, style: [styles.caption, props.style], ref: ref }); 32 caption: { property
|
| H A D | Table.js.map | 1 …} style={[styles.caption, props.style]} ref={ref} />;\n}) as ComponentType<TextProps>;\n\nconst st…
|
| H A D | Table.web.js.map | 1 …D.displayName = 'TD';\n\nexport const Caption = createView({ __element: 'caption' });\nCaption.dis…
|
| /expo/packages/html-elements/src/elements/ |
| H A D | Table.tsx | 38 return <Text {...props} style={[styles.caption, props.style]} ref={ref} />; 42 caption: {
|
| H A D | Table.web.tsx | 33 export const Caption = createView({ __element: 'caption' });
|
| /expo/packages/html-elements/ |
| H A D | babel.js | 8 caption: 'Caption', property
|
| H A D | README.md | 57 | [`<caption />`][html-caption] | [`<Caption />`](#caption) | 647 <caption> 649 </caption> 738 Used to caption your table. Excepts text as a child. 742 | Web | `<caption />` | 802 [html-caption]: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/caption
|
| /expo/docs/ui/components/Text/ |
| H A D | index.tsx | 215 export const CAPTION = createTextComponent(TextElement.P, css(typography.body.caption));
|
| /expo/packages/expo-dev-launcher/ios/ |
| H A D | main.jsbundle | 652 …callout:n({fontWeight:'400'},h[14]),footnote:n({fontWeight:'400'},h[13]),caption:n({fontWeight:'40… 773 …caption-side":{syntax:"top | bottom | block-start | block-end | inline-start | inline-end",media:"… 774 …oup | table-row | table-cell | table-column-group | table-column | table-caption | ruby-base | rub…
|
| /expo/packages/expo-dev-launcher/android/src/debug/assets/ |
| H A D | expo_dev_launcher_android.bundle | 653 …callout:n({fontWeight:'400'},h[14]),footnote:n({fontWeight:'400'},h[13]),caption:n({fontWeight:'40… 774 …caption-side":{syntax:"top | bottom | block-start | block-end | inline-start | inline-end",media:"… 775 …oup | table-row | table-cell | table-column-group | table-column | table-caption | ruby-base | rub…
|
| /expo/packages/expo-dev-menu/assets/ |
| H A D | EXDevMenuApp.ios.js | 451 …callout:n({fontWeight:'400'},h[14]),footnote:n({fontWeight:'400'},h[13]),caption:n({fontWeight:'40… property
|
| H A D | EXDevMenuApp.android.js | 452 …callout:n({fontWeight:'400'},h[14]),footnote:n({fontWeight:'400'},h[13]),caption:n({fontWeight:'40… property
|