"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.HTMLBodyElement = void 0;
const htmlelement_1 = require("../htmlelement");
class HTMLBodyElement extends htmlelement_1.HTMLElement {
}
exports.HTMLBodyElement = HTMLBodyElement;