const CLASS_PREFIX = 'md-reaction-button';

const DEFAULTS = {
  REACTED: false,
  SIZE: 32,
  DISABLED: false,
};

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

export { CLASS_PREFIX, DEFAULTS, STYLE };
