UNPKG

svelisy

Version:

svelisy - DaisyUI components built with Svelte 🌼

9 lines (8 loc) • 490 B
import BottomNavigation__SvelteComponent_, { type TBtmNavProps } from './BottomNavigation.svelte'; import BottomNavigationLabel__SvelteComponent_, { type TBottomNavigationLabel } from './BottomNavigationLabel.svelte'; export type BottomNavigationProps = TBtmNavProps; export type BottomNavigationLabelProps = TBottomNavigationLabel; declare const _default: typeof BottomNavigation__SvelteComponent_ & { Label: typeof BottomNavigationLabel__SvelteComponent_; }; export default _default;