FunctionHeading({
children,
tag,
label,
level,
anchor = true,
...props
}: React.ComponentPropsWithoutRef<`h${Leve
src/components/Heading.tsx:69
FunctionNavLink({
href,
children,
tag,
active = false,
isAnchorLink = false,
}: {
href: string
children: React.
src/components/Navigation.tsx:35