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

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

definition: iExtendedElement & { madeWithFresh: boolean; layout_type: LAYOUT_TYPES; }