securityos/node_modules/axobject-query/lib/etc/objects/LabelRole.js

17 lines
289 B
JavaScript
Raw Permalink Normal View History

2024-09-06 15:32:35 +00:00
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var LabelRole = {
relatedConcepts: [{
module: 'HTML',
concept: {
name: 'label'
}
}],
type: 'structure'
};
var _default = LabelRole;
exports.default = _default;