printer-notifications/node_modules/axobject-query/lib/etc/objects/IframeRole.js
2023-11-13 16:10:04 -05:00

17 lines
289 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var IframeRole = {
relatedConcepts: [{
module: 'HTML',
concept: {
name: 'iframe'
}
}],
type: 'window'
};
var _default = IframeRole;
exports.default = _default;