9 lines
287 B
TypeScript
9 lines
287 B
TypeScript
|
|
import HTMLElement from '../html-element/HTMLElement.js';
|
||
|
|
/**
|
||
|
|
* HTMLParagraphElement
|
||
|
|
*
|
||
|
|
* @see https://developer.mozilla.org/en-US/docs/Web/API/HTMLParagraphElement
|
||
|
|
*/
|
||
|
|
export default class HTMLParagraphElement extends HTMLElement {
|
||
|
|
}
|
||
|
|
//# sourceMappingURL=HTMLParagraphElement.d.ts.map
|