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