const CLASS_PREFIX = 'md-reaction-badge';

const DEFAULTS = {
  COUNT: 1,
  REACTED: false,
};

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

export { CLASS_PREFIX, DEFAULTS, STYLE };
