import { type iLoader } from "https://deno.land/x/lunchbox@v1.0.2/components/Loader/setup.ts";
Properties of the <Loader />
component.
definition: iComponent<HTMLDivElement> & { loaded: boolean; fwd: Partial<iLoaderFwd>; }
import { type iLoader } from "https://deno.land/x/lunchbox@v1.0.2/components/Loader/setup.ts";
Properties of the <Loader />
component.