printer-notifications/node_modules/axobject-query/lib/etc/objects/SearchBoxRole.js

26 lines
443 B
JavaScript
Raw Permalink Normal View History

2023-11-13 21:10:04 +00:00
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var SearchBoxRole = {
relatedConcepts: [{
module: 'ARIA',
concept: {
name: 'searchbox'
}
}, {
module: 'HTML',
concept: {
name: 'input',
attributes: [{
name: 'type',
value: 'search'
}]
}
}],
type: 'widget'
};
var _default = SearchBoxRole;
exports.default = _default;