Files
Webklar.com/node_modules/axobject-query/lib/etc/objects/BusyIndicatorRole.js
Basilosaurusrex f027651f9b main repo
2025-11-24 18:09:40 +01: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;