FunctionImg({
width,
height,
src,
alt,
caption,
light,
dark,
...props
}: ImgProps)
apps/baseai.dev/src/components/Img.tsx:15
FunctionNavLink({
href,
children,
tag,
active = false,
isAnchorLink = false,
navRef
}: {
href: string;
children: Reac
apps/baseai.dev/src/components/Navigation.tsx:87