Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
type alias iNavigation
import { type iNavigation } from "https://deno.land/x/ana_components@v0.0.36/src/types/props.ts";

Navigation component's type that extends the generic HTMLElement Read more.

definition: iExtendedElement & { fixed: boolean; }