UNPKG

@hhgtech/hhg-components

Version:
20 lines (17 loc) 1 kB
import { _ as __rest } from './tslib.es6-00ab44b2.js'; import React__default from 'react'; import { M as MobileBottomNavigationIcon, S as StyledMobileBottomNavigation } from './MobileBottomNavigationIcon-b4efd7f5.js'; import './index-0b67696c.js'; import '@mantine/core'; import './index-17c85f76.js'; import './miscTheme.js'; import '@emotion/react'; import '@emotion/styled'; import './utils-538169b3.js'; const MobileBottomNavigationWrapper = (_a) => { var { children, isCollapsed = false, template = 'homepage', refObject, height = 56 } = _a, rest = __rest(_a, ["children", "isCollapsed", "template", "refObject", "height"]); return (React__default.createElement(StyledMobileBottomNavigation, Object.assign({ height: height, "data-is-collapsed": isCollapsed, "data-template": template, ref: refObject }, rest), children)); }; const MobileBottomNavigation = MobileBottomNavigationWrapper; MobileBottomNavigation.Icon = MobileBottomNavigationIcon; export { MobileBottomNavigation };