h4.js 231 B

12345678910111213
  1. "use strict";
  2. Object.defineProperty(exports, "__esModule", {
  3. value: true
  4. });
  5. exports["default"] = getImplicitRoleForH4;
  6. /**
  7. * Returns the implicit role for an h4 tag.
  8. */
  9. function getImplicitRoleForH4() {
  10. return 'heading';
  11. }