h3.js 227 Bytes
'use strict';

Object.defineProperty(exports, "__esModule", {
  value: true
});
exports.default = getImplicitRoleForH3;
/**
 * Returns the implicit role for an h3 tag.
 */
function getImplicitRoleForH3() {
  return 'heading';
}