UNPKG

@varlet/ui

Version:

A Vue3 component library based on Material Design 2 and 3, supporting mobile and desktop.

13 lines (12 loc) 479 B
import { withInstall, withPropsDefaultsSetter } from "../utils/components.mjs"; import BottomNavigation from "./BottomNavigation.mjs"; import { props as bottomNavigationProps } from "./props.mjs"; withInstall(BottomNavigation); withPropsDefaultsSetter(BottomNavigation, bottomNavigationProps); const _BottomNavigationComponent = BottomNavigation; var stdin_default = BottomNavigation; export { _BottomNavigationComponent, bottomNavigationProps, stdin_default as default };