import { createTag } from '../../utils/namespace'; export const SELECT_TAG = createTag('select'); export const SELECT_OPTION_TAG = createTag('select-option');