import { Menu } from './menu.taro'; export type { MenuProps, MenuTriggerType, MenuCallBackFunction, } from './menu.taro'; export default Menu;