Laptop-Thing/web/node_modules/axobject-query/lib/etc/objects/LabelRole.js

17 lines
289 B
JavaScript
Raw Permalink Normal View History

2024-11-27 12:35:48 -05: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;