FunctionGridPattern({
width,
height,
x,
y,
squares,
...props
}: React.ComponentPropsWithoutRef<'svg'> & {
width: nu
src/components/GridPattern.tsx:3
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:40
FunctionSearchResult({ result, resultIndex, autocomplete, collection, query }: { result: Result, resultIndex: number, autocomplete
src/components/Search.tsx:167