GoScrobble/web/node_modules/axobject-query/lib/etc/objects/StaticTextRole.js

12 lines
239 B
JavaScript
Raw Normal View History

2022-04-25 02:47:15 +00:00
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports["default"] = void 0;
var StaticTextRole = {
relatedConcepts: [],
type: 'structure'
};
var _default = StaticTextRole;
exports["default"] = _default;