Home
last modified time | relevance | path

Searched refs:sidebarType (Results 1 – 7 of 7) sorted by relevance

/expo/docs/common/
H A DheadingManager.ts42 sidebarType?: HeadingType;
115 const { hideInSidebar, sidebarTitle, sidebarDepth, sidebarType, tags } = additionalProps ?? {}; constant
122 const type = sidebarType || (this.isCode(title) ? HeadingType.InlineCode : HeadingType.Text);
H A DheadingManager.test.ts72 sidebarType: HeadingType.InlineCode,
/expo/docs/components/
H A DDocumentationSidebarRight.test.tsx15 sidebarType: HeadingType.InlineCode,
/expo/docs/ui/components/Text/
H A Dindex.tsx27 sidebarType?: HeadingType;
30 const { baseNestingLevel, sidebarType = HeadingType.Text } = options || {};
45 <Permalink nestingLevel={nestingLevel} additionalProps={{ ...props, sidebarType }} id={id}>
/expo/docs/components/plugins/
H A DEasJsonPropertiesTable.tsx28 sidebarType: HeadingType.InlineCode,
H A DAppConfigSchemaPropertiesTable.tsx56 sidebarType: HeadingType.InlineCode,
/expo/docs/components/plugins/api/
H A DAPISectionUtils.tsx647 sidebarType: HeadingType.InlineCode,