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

x/lunchbox/components/Pattern/setup.ts>iPattern

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

Properties of the <Pattern /> component.

definition: Omit<iComponent<HTMLDivElement>, "type"> & { type: PatternTypes; flip: boolean; }