Searched refs:HeadingType (Results 1 – 8 of 8) sorted by relevance
| /expo/docs/common/ |
| H A D | headingManager.ts | 10 export enum HeadingType { enum 42 sidebarType?: HeadingType; 56 type: HeadingType; 122 const type = sidebarType || (this.isCode(title) ? HeadingType.InlineCode : HeadingType.Text); 168 return [name, originalType, mdxType].some(it => it === HeadingType.InlineCode);
|
| H A D | headingManager.test.ts | 3 import { BASE_HEADING_LEVEL, HeadingManager, HeadingType } from './headingManager'; 72 sidebarType: HeadingType.InlineCode, 79 expect(result.type).toBe(HeadingType.InlineCode);
|
| /expo/docs/components/ |
| H A D | DocumentationSidebarRight.test.tsx | 6 import { HeadingManager, HeadingType } from '~/common/headingManager'; 15 sidebarType: HeadingType.InlineCode,
|
| H A D | DocumentationSidebarRightLink.tsx | 6 import { BASE_HEADING_LEVEL, Heading, HeadingType } from '~/common/headingManager'; 129 const isCode = type === HeadingType.InlineCode;
|
| /expo/docs/components/plugins/ |
| H A D | EasJsonPropertiesTable.tsx | 3 import { HeadingType } from '~/common/headingManager'; 28 sidebarType: HeadingType.InlineCode,
|
| H A D | AppConfigSchemaPropertiesTable.tsx | 6 import { HeadingType } from '~/common/headingManager'; 56 sidebarType: HeadingType.InlineCode,
|
| /expo/docs/ui/components/Text/ |
| H A D | index.tsx | 8 import { AdditionalProps, HeadingType } from '~/common/headingManager'; 27 sidebarType?: HeadingType; 30 const { baseNestingLevel, sidebarType = HeadingType.Text } = options || {};
|
| /expo/docs/components/plugins/api/ |
| H A D | APISectionUtils.tsx | 11 import { HeadingType } from '~/common/headingManager'; 647 sidebarType: HeadingType.InlineCode,
|