Home
last modified time | relevance | path

Searched refs:TextElement (Results 1 – 4 of 4) sorted by relevance

/expo/docs/ui/components/Text/
H A Dindex.tsx6 import { TextComponentProps, TextElement } from './types';
53 Element: TextElement,
195 export const H1 = createTextComponent(TextElement.H1, css(h1Style));
196 export const RawH2 = createTextComponent(TextElement.H2, css(h2Style));
198 export const RawH3 = createTextComponent(TextElement.H3, css(h3Style));
200 export const RawH4 = createTextComponent(TextElement.H4, css(h4Style));
207 TextElement.CODE,
220 TextElement.UL,
224 TextElement.OL,
229 TextElement.KBD,
[all …]
H A Dtypes.ts4 export enum TextElement { enum
31 tag?: `${TextElement}`;
/expo/apps/native-component-list/src/screens/
H A DDateTimePickerScreen.tsx40 const TextElement = React.createElement(Text, props);
41 return React.cloneElement(TextElement, {
50 const TextElement = React.createElement(TextInput, props);
51 return React.cloneElement(TextElement, {
/expo/docs/components/plugins/api/
H A DAPISectionUtils.tsx45 import { TextElement } from '~/ui/components/Text/types';
420 TextElement.SPAN,