Skip to main content
Module

x/lunchbox/components/Loader/setup.ts>iLoader

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

Properties of the <Loader /> component.

definition: iComponent<HTMLDivElement> & { loaded: boolean; fwd: Partial<iLoaderFwd>; }