Skip to main content
The Deno 2 Release Candidate is here
Learn more
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@v1.0.1/components/Card/setup.ts";

Properties of the <Card /> component.

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