Files

8 lines
203 B
TypeScript
Raw Permalink Normal View History

2026-03-31 16:38:22 -07:00
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