Home
last modified time | relevance | path

Searched refs:NavigationRenderProps (Results 1 – 5 of 5) sorted by relevance

/expo/docs/ui/components/Navigation/
H A DGroupList.tsx6 import { NavigationRenderProps } from '.';
10 type GroupListProps = PropsWithChildren<NavigationRenderProps>;
H A DSectionList.tsx6 import { NavigationRenderProps } from '.';
12 type SectionListProps = PropsWithChildren<NavigationRenderProps>;
H A DPageLink.tsx5 import { NavigationRenderProps } from './types';
9 export function PageLink({ route, isActive }: NavigationRenderProps) {
H A Dtypes.ts5 export type NavigationRenderProps = { alias
H A DNavigation.tsx8 import { NavigationNode, NavigationRenderProps, NavigationType } from './types';
32 const renderers: Record<NavigationType, FC<React.PropsWithChildren<NavigationRenderProps>>> = {