Files
FloatApi/node_modules/axobject-query/lib/etc/objects/IframePresentationalRole.js
T
2022-03-07 22:07:57 +07:00

11 lines
200 B
JavaScript

'use strict';
Object.defineProperty(exports, "__esModule", {
value: true
});
var IframePresentationalRole = {
relatedConcepts: [],
type: 'window'
};
exports.default = IframePresentationalRole;