Searched refs:sidebarType (Results 1 – 7 of 7) sorted by relevance
| /expo/docs/common/ |
| H A D | headingManager.ts | 42 sidebarType?: HeadingType; 115 const { hideInSidebar, sidebarTitle, sidebarDepth, sidebarType, tags } = additionalProps ?? {}; constant 122 const type = sidebarType || (this.isCode(title) ? HeadingType.InlineCode : HeadingType.Text);
|
| H A D | headingManager.test.ts | 72 sidebarType: HeadingType.InlineCode,
|
| /expo/docs/components/ |
| H A D | DocumentationSidebarRight.test.tsx | 15 sidebarType: HeadingType.InlineCode,
|
| /expo/docs/ui/components/Text/ |
| H A D | index.tsx | 27 sidebarType?: HeadingType; 30 const { baseNestingLevel, sidebarType = HeadingType.Text } = options || {}; 45 <Permalink nestingLevel={nestingLevel} additionalProps={{ ...props, sidebarType }} id={id}>
|
| /expo/docs/components/plugins/ |
| H A D | EasJsonPropertiesTable.tsx | 28 sidebarType: HeadingType.InlineCode,
|
| H A D | AppConfigSchemaPropertiesTable.tsx | 56 sidebarType: HeadingType.InlineCode,
|
| /expo/docs/components/plugins/api/ |
| H A D | APISectionUtils.tsx | 647 sidebarType: HeadingType.InlineCode,
|