Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/lunchbox/components/Sidebar/setup.ts>iSidebar

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

Properties of the <Sidebar /> island.

definition: iComponent & { sticky: boolean; children: ComponentChildren; fwd: Partial<iSidebarFwd>; }