astro-ghostcms/.pnpm-store/v3/files/13/bdd2a76366d1fe715b717d61864...

31 lines
624 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var DisclosureTriangleRole = {
relatedConcepts: [{
module: 'HTML',
concept: {
attributes: [{
name: 'open',
value: 'open'
}],
constraints: ['scoped to a details element'],
name: 'summary'
}
}, {
module: 'HTML',
concept: {
attributes: [{
name: 'aria-expanded'
}],
constraints: ['scoped to a details element'],
name: 'summary'
}
}],
type: 'widget'
};
var _default = DisclosureTriangleRole;
exports.default = _default;