9 lines
265 B
TypeScript
9 lines
265 B
TypeScript
|
|
import Document from '../document/Document.js';
|
||
|
|
import * as PropertySymbol from '../../PropertySymbol.js';
|
||
|
|
/**
|
||
|
|
* Document.
|
||
|
|
*/
|
||
|
|
export default class XMLDocument extends Document {
|
||
|
|
[PropertySymbol.contentType]: string;
|
||
|
|
}
|
||
|
|
//# sourceMappingURL=XMLDocument.d.ts.map
|