// extend
import { CnShell as PcCnShell } from '@cainiaofe/cn-ui';

export const CnBottomNavBar = (props: any) => {
  // const dialogProps = propsRender(props);
  // dialogProps.children = dialogProps.content;

  return <PcCnShell {...props}>{props.children}</PcCnShell>;
};
// export * from '@cainiaofe/cn-ui-m/es/components/cn-bottom-nav-bar';
