type alias NavLinkPropsimport { type NavLinkProps } from "https://deno.land/x/aleph@1.0.0-alpha.77/framework/react/link.ts"; definition: LinkProps & { exact?: boolean; activeClassName?: string; activeStyle?: CSSProperties; }