Skip to main content
Module

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

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

Properties of the <Card /> component.

definition: iComponent<HTMLDivElement> & { imageUrl: string; fwd: Partial<iCardFwd>; }