Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/lunchbox/components/Footer/setup.ts>iFooter

Component Library 🍱 for Deno πŸ¦• Fresh πŸ‹
Go to Latest
type alias iFooter
import { type iFooter } from "https://deno.land/x/lunchbox@v0.1.13/components/Footer/setup.ts";
definition: iExtendedElement & { madeWithFresh: boolean; layout_type: LAYOUT_TYPES | null; fwd: Partial<{ layout: iFwd<HTMLDivElement>; panel: iFwd<HTMLDivElement>; badge_link: iFwd<HTMLAnchorElement>; badge_light: iFwd<HTMLImageElement>; badge_dark: iFwd<HTMLImageElement>; }>; }