blob: b82e7dc6af977a1a8e5f8e18e08f1b2b6f72150e [file] [log] [blame]
'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;