Searched refs:createHeadingComponent (Results 1 – 3 of 3) sorted by relevance
5 function createHeadingComponent(level) { function16 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);
1 …createHeadingComponent(level: number): ComponentType<TextProps> {\n const nativeProps: any = Plat…
7 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);