UNPKG

flowbite-svelte-blocks

Version:
15 lines (14 loc) 408 B
import type { Snippet } from 'svelte'; interface Props { children: Snippet; class?: string; } /** * [Go to docs](https://flowbite-svelte-blocks.codewithshin.com/) * ## Props * @props: children: any; * @props:class: string; */ declare const SidebarBottomNav: import("svelte").Component<Props, {}, "">; type SidebarBottomNav = ReturnType<typeof SidebarBottomNav>; export default SidebarBottomNav;