astro-ghostcms/.pnpm-store/v3/files/e0/1acb37acb6a934ab5ada81a5c64...

13 lines
273 B
Plaintext
Raw Normal View History

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