Skip to main content
Deno 2 is finally here πŸŽ‰οΈ
Learn more
Module

x/lunchbox/islands/Dialog/setup.ts>iDialog

Component Library 🍱 for Deno πŸ¦• Fresh πŸ‹
Go to Latest
type alias iDialog
import { type iDialog } from "https://deno.land/x/lunchbox@v0.3.109/islands/Dialog/setup.ts";
definition: iComponent<HTMLDivElement> & { open: boolean; fwd: Partial<{ panel: Partial<iPanel>; }>; }