astro-ghostcms/.pnpm-store/v3/files/49/1d5464a96694c022b721d7ce7c4...

13 lines
274 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports["default"] = getImplicitRoleForDialog;
/**
* Returns the implicit role for a dialog tag.
*/
function getImplicitRoleForDialog() {
return 'dialog';
}
module.exports = exports.default;