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

12 lines
232 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 PopUpButtonRole = {
relatedConcepts: [],
type: 'widget'
};
var _default = PopUpButtonRole;
exports.default = _default;