@hhgtech/hhg-components
Version:
Hello Health Group common components
20 lines (17 loc) • 961 B
JavaScript
import { _ as __rest } from './tslib.es6-ea4dfe68.js';
import React__default from 'react';
import { M as MobileBottomNavigationIcon, S as StyledMobileBottomNavigation } from './MobileBottomNavigationIcon-f74297e5.js';
import './index-9f5659e8.js';
import '@mantine/core';
import './other-4ccb5568.js';
import './miscTheme.js';
import '@emotion/react';
import '@emotion/styled';
import './utils-cb7242c7.js';
const MobileBottomNavigationWrapper = (_a) => {
var { children, isCollapsed = false, template = 'homepage', refObject } = _a, rest = __rest(_a, ["children", "isCollapsed", "template", "refObject"]);
return (React__default.createElement(StyledMobileBottomNavigation, Object.assign({ "data-is-collapsed": isCollapsed, "data-template": template, ref: refObject }, rest), children));
};
const MobileBottomNavigation = MobileBottomNavigationWrapper;
MobileBottomNavigation.Icon = MobileBottomNavigationIcon;
export { MobileBottomNavigation };