const CLASS_PREFIX = 'md-menu-section';

const STYLE = {
  wrapper: `${CLASS_PREFIX}-wrapper`,
  header: `${CLASS_PREFIX}-header-wrapper`,
};

export { CLASS_PREFIX, STYLE };
