'use client' import * as NavigationMenu from '@radix-ui/react-navigation-menu' import Link from 'next/link' import { Icon } from './Icon' import { Chevron } from './Icons' import { Search } from './Search' import { ThemeSwitcher } from './ThemeSwitcher' export function Header({ sectionId }: { sectionId?: string }) { return (
) } export function SectionLinks({ sectionId }: { sectionId?: string | null }) { return ( <> Learn Reference Examples event.preventDefault()} onPointerLeave={(event) => event.preventDefault()} > Community event.preventDefault()} onPointerLeave={(event) => event.preventDefault()} > ) }