BusyIndicatorRole.js 311 B

12345678910111213141516171819
  1. 'use strict';
  2. Object.defineProperty(exports, "__esModule", {
  3. value: true
  4. });
  5. var BusyIndicatorRole = {
  6. relatedConcepts: [{
  7. module: 'ARIA',
  8. concept: {
  9. attributes: [{
  10. name: 'aria-busy',
  11. value: 'true'
  12. }]
  13. }
  14. }],
  15. type: 'widget'
  16. };
  17. exports.default = BusyIndicatorRole;