UNPKG

@smallstack/svelte-ui

Version:

Tiny library for Svelte 5 and DaisyUI, published as multi entry ESM module and as web components.

8 lines (7 loc) 293 B
import { type AppShellSidebarOptions } from "./app-shell-options.js"; type $$ComponentProps = { options?: AppShellSidebarOptions; }; declare const SideNavbar: import("svelte").Component<$$ComponentProps, {}, "">; type SideNavbar = ReturnType<typeof SideNavbar>; export default SideNavbar;