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

11 lines
183 B
JavaScript

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