const CLASS_PREFIX = 'md-add-reaction-button';

// setting to 24, cause momentum-design doesn't support size 20 for variant secondary
// overridding it in css to size 20
const DEFAULTS = { SIZE: 24 };

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

export { CLASS_PREFIX, DEFAULTS, STYLE };
