output.js 242 B

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