import { createTag } from '../../utils/namespace'; export const MENU_TAG = createTag('menu'); export const MENU_ITEM_TAG = createTag('menu-item');