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