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

17 lines
286 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 VideoRole = {
relatedConcepts: [{
module: 'HTML',
concept: {
name: 'video'
}
}],
type: 'widget'
};
var _default = VideoRole;
exports.default = _default;