Home
last modified time | relevance | path

Searched refs:createHeadingComponent (Results 1 – 3 of 3) sorted by relevance

/expo/packages/html-elements/build/elements/
H A DHeadings.js5 function createHeadingComponent(level) { function
16 export const H1 = createHeadingComponent(1);
17 export const H2 = createHeadingComponent(2);
18 export const H3 = createHeadingComponent(3);
19 export const H4 = createHeadingComponent(4);
20 export const H5 = createHeadingComponent(5);
21 export const H6 = createHeadingComponent(6);
H A DHeadings.js.map1createHeadingComponent(level: number): ComponentType<TextProps> {\n const nativeProps: any = Plat…
/expo/packages/html-elements/src/elements/
H A DHeadings.tsx7 function createHeadingComponent(level: number): ComponentType<TextProps> {
27 export const H1 = createHeadingComponent(1);
28 export const H2 = createHeadingComponent(2);
29 export const H3 = createHeadingComponent(3);
30 export const H4 = createHeadingComponent(4);
31 export const H5 = createHeadingComponent(5);
32 export const H6 = createHeadingComponent(6);