FunctionGridPattern({
width,
height,
x,
y,
squares,
...props
}: React.ComponentPropsWithoutRef<'svg'> & {
width: number;
apps/baseai.dev/src/components/GridPattern.tsx:3
FunctionHeading({
children,
tag,
label,
level,
anchor = true,
...props
}: React.ComponentPropsWithoutRef<`h${Level}`> &
apps/baseai.dev/src/components/Heading.tsx:71