react-kiwi-dropdown
Version:
| Name | Type | Description | | --------------------------- | -------------------- | ----------- | | options | array | | selectedOption | string | | onCha
22 lines (20 loc) • 465 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
var sectionheadRole = {
abstract: true,
accessibleNameRequired: false,
baseConcepts: [],
childrenPresentational: false,
nameFrom: ['author', 'contents'],
props: {
'aria-expanded': null
},
relatedConcepts: [],
requireContextRole: [],
requiredOwnedElements: [],
requiredProps: {},
superClass: [['roletype', 'structure']]
};
exports.default = sectionheadRole;