const CLASS_PREFIX = 'md-toast-notification';

const STYLE = {
  wrapper: `${CLASS_PREFIX}-wrapper`,
  body: `${CLASS_PREFIX}-body`,
  leadingVisual: `${CLASS_PREFIX}-leading-visual`,
  content: `${CLASS_PREFIX}-content`,
  closeButton: `${CLASS_PREFIX}-close-button`,
  buttonGroup: `${CLASS_PREFIX}-button-group`,
};

export { CLASS_PREFIX, STYLE };
