astro-ghostcms/.pnpm-store/v3/files/d6/e65346e1fc8fc0dc6e497095624...

13 lines
273 B
Plaintext

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports["default"] = getImplicitRoleForTbody;
/**
* Returns the implicit role for a tbody tag.
*/
function getImplicitRoleForTbody() {
return 'rowgroup';
}
module.exports = exports.default;