astro-ghostcms/.pnpm-store/v3/files/23/106c11b195d15322b0754d312ea...

22 lines
364 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var ComboBoxRole = {
relatedConcepts: [{
module: 'ARIA',
concept: {
name: 'combobox'
}
}, {
module: 'HTML',
concept: {
name: 'select'
}
}],
type: 'widget'
};
var _default = ComboBoxRole;
exports.default = _default;