printer-notifications/node_modules/axobject-query/lib/etc/objects/DialogRole.js

22 lines
358 B
JavaScript
Raw Permalink Normal View History

2023-11-13 21:10:04 +00:00
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var DialogRole = {
relatedConcepts: [{
module: 'ARIA',
concept: {
name: 'dialog'
}
}, {
module: 'HTML',
concept: {
name: 'dialog'
}
}],
type: 'window'
};
var _default = DialogRole;
exports.default = _default;