"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); const HTMLElement_js_1 = __importDefault(require("../html-element/HTMLElement.cjs")); /** * HTMLParagraphElement * * @see https://developer.mozilla.org/en-US/docs/Web/API/HTMLParagraphElement */ class HTMLParagraphElement extends HTMLElement_js_1.default { } exports.default = HTMLParagraphElement; //# sourceMappingURL=HTMLParagraphElement.cjs.map