astro-ghostcms/.pnpm-store/v3/files/5e/4b87d45e60988d5c04e8a873fc0...

22 lines
358 B
Plaintext
Raw Permalink Normal View History

2024-02-14 14:10:47 +00:00
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var ButtonRole = {
relatedConcepts: [{
module: 'ARIA',
concept: {
name: 'button'
}
}, {
module: 'HTML',
concept: {
name: 'button'
}
}],
type: 'widget'
};
var _default = ButtonRole;
exports.default = _default;