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) 275 B
import { type AppShellNavbarOptions } from "./app-shell-options.js"; type $$ComponentProps = { options?: AppShellNavbarOptions; }; declare const Navbar: import("svelte").Component<$$ComponentProps, {}, "">; type Navbar = ReturnType<typeof Navbar>; export default Navbar;