8 lines
203 B
TypeScript
8 lines
203 B
TypeScript
|
|
import { XmlText } from './XmlText.js';
|
||
|
|
/**
|
||
|
|
* A CDATA section within an XML document.
|
||
|
|
*/
|
||
|
|
export declare class XmlCdata extends XmlText {
|
||
|
|
get type(): string;
|
||
|
|
}
|
||
|
|
//# sourceMappingURL=XmlCdata.d.ts.map
|