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

x/lunchbox/islands/InterObs/setup.ts>iInterObs

Component Library 🍱 for Deno πŸ¦• Fresh πŸ‹
Latest
type alias iInterObs
import { type iInterObs } from "https://deno.land/x/lunchbox@v1.0.2/islands/InterObs/setup.ts";

Properties of the <InterObs /> island.

definition: iComponent<HTMLDivElement> & { animation: string; isIntersectingCb: () => void; observerOptions: IntersectionObserverInit; }