const CLASS_PREFIX = 'md-list-box-section';

const STYLE = {
  wrapper: `${CLASS_PREFIX}-wrapper`,
  subItemsWrapper: `${CLASS_PREFIX}-sub-items-wrapper`,
};

export { STYLE };
