import { type LinkProps } from "https://deno.land/x/aleph@1.0.0-alpha.77/framework/react/link.ts";
definition: PropsWithChildren<{ to: string; replace?: boolean; prefetch?: boolean; innerRef?: MutableRefObject<HTMLAnchorElement | null>; } & Omit<AnchorHTMLAttributes<Record<never, never>>, "herf" | "hrefLang">>