airmicrodrip / ui /node_modules /axobject-query /lib /etc /objects /BusyIndicatorRole.js
josephrw's picture
Upload folder using huggingface_hub
e9d4f6a verified
Raw
History Blame Contribute Delete
361 Bytes
"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;