import { type iPattern } from "https://deno.land/x/lunchbox@v1.0.2/components/Pattern/setup.ts";
Properties of the <Pattern />
component.
definition: Omit<iComponent<HTMLDivElement>, "type"> & { type: PatternTypes; flip: boolean; }
import { type iPattern } from "https://deno.land/x/lunchbox@v1.0.2/components/Pattern/setup.ts";
Properties of the <Pattern />
component.