react-kiwi-dropdown
Version:
| Name | Type | Description | | --------------------------- | -------------------- | ----------- | | options | array | | selectedOption | string | | onCha
25 lines (23 loc) • 396 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
var SpinButtonRole = {
relatedConcepts: [{
module: 'ARIA',
concept: {
name: 'spinbutton'
}
}, {
module: 'HTML',
concept: {
name: 'input',
attributes: [{
name: 'type',
value: 'number'
}]
}
}],
type: 'widget'
};
exports.default = SpinButtonRole;