react-kiwi-dropdown
Version:
| Name | Type | Description | | --------------------------- | -------------------- | ----------- | | options | array | | selectedOption | string | | onCha
26 lines (24 loc) • 366 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
var ListRole = {
relatedConcepts: [{
module: 'ARIA',
concept: {
name: 'list'
}
}, {
module: 'HTML',
concept: {
name: 'ul'
}
}, {
module: 'HTML',
concept: {
name: 'ol'
}
}],
type: 'structure'
};
exports.default = ListRole;