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