lightfold
Version:
lightweight scaffolding and archiving utility CLI.
17 lines (16 loc) • 320 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports["default"] = void 0;
var PresentationalRole = {
relatedConcepts: [{
module: 'ARIA',
concept: {
name: 'presentation'
}
}],
type: 'structure'
};
var _default = PresentationalRole;
exports["default"] = _default;