// extend import { CnShell as PcCnShell } from '@cainiaofe/cn-ui'; export const CnBottomNavBar = (props: any) => { // const dialogProps = propsRender(props); // dialogProps.children = dialogProps.content; return {props.children}; }; // export * from '@cainiaofe/cn-ui-m/es/components/cn-bottom-nav-bar';