const CLASS_PREFIX = 'md-menu-item';

const STYLE = {
  wrapper: `${CLASS_PREFIX}-wrapper`,
  tickPlaceholder: `${CLASS_PREFIX}-tick-placeholder`,
};

export { CLASS_PREFIX, STYLE };
