Skip to main content
Module

x/lunchbox/components/Card/setup.ts>iCard

Component Library 🍱 for Deno πŸ¦• Fresh πŸ‹
Go to Latest
type alias iCard
import { type iCard } from "https://deno.land/x/lunchbox@v0.3.15/components/Card/setup.ts";

Property type of the <Card /> component.

definition: iComponent<HTMLDivElement> & { imageUrl: string; fwd: Partial<{ panel: iFwd<HTMLDivElement>; section: iFwd<HTMLDivElement>; image: iFwd<HTMLDivElement>; }>; }