UNPKG

mytril

Version:

Mytril Svelte library component for rapidly building modern websites based on Svelte and Sveltekit

5 lines (4 loc) 249 B
import type { BottomNavigationProps } from '../types/index.js'; declare const BottomNavigation: import("svelte").Component<BottomNavigationProps, {}, "">; type BottomNavigation = ReturnType<typeof BottomNavigation>; export default BottomNavigation;