18 lines
289 B
JavaScript
18 lines
289 B
JavaScript
|
|
'use strict';
|
||
|
|
|
||
|
|
Object.defineProperty(exports, "__esModule", {
|
||
|
|
value: true
|
||
|
|
});
|
||
|
|
var ToggleButtonRole = {
|
||
|
|
relatedConcepts: [{
|
||
|
|
module: 'ARIA',
|
||
|
|
concept: {
|
||
|
|
attributes: [{
|
||
|
|
name: 'aria-pressed'
|
||
|
|
}]
|
||
|
|
}
|
||
|
|
}],
|
||
|
|
type: 'widget'
|
||
|
|
};
|
||
|
|
|
||
|
|
exports.default = ToggleButtonRole;
|