Skip to main content
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.3.15/components/Footer/setup.ts";
definition: iComponent & { madeWithFresh: boolean; layout_type: LAYOUT_TYPES | null; gradient_pattern: GRADIENT_PATTERNS | null; fwd: Partial<{ layout: Partial<iLayout>; panel: Partial<iPanel>; wrapper: iFwd<HTMLDivElement>; gradient: Partial<iGradient>; badge_link: Partial<iLink>; badge_light: iFwd<HTMLImageElement>; badge_dark: iFwd<HTMLImageElement>; }>; }