printer-notifications/node_modules/axobject-query/lib/etc/objects/BusyIndicatorRole.js
2023-11-13 16:10:04 -05:00

20 lines
361 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var BusyIndicatorRole = {
relatedConcepts: [{
module: 'ARIA',
concept: {
attributes: [{
name: 'aria-busy',
value: 'true'
}]
}
}],
type: 'widget'
};
var _default = BusyIndicatorRole;
exports.default = _default;