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