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