forgeplus-react/node_modules/axobject-query/lib/etc/objects/BusyIndicatorRole.js

19 lines
311 B
JavaScript
Raw Normal View History

2023-07-29 21:19:10 +08:00
'use strict';
Object.defineProperty(exports, "__esModule", {
value: true
});
var BusyIndicatorRole = {
relatedConcepts: [{
module: 'ARIA',
concept: {
attributes: [{
name: 'aria-busy',
value: 'true'
}]
}
}],
type: 'widget'
};
exports.default = BusyIndicatorRole;