UNPKG

260 BTypeScriptView Raw
1import { Document } from './Document';
2import { Element } from './Element';
3export declare class UnknownElement extends Element {
4 constructor(document: Document, node: HTMLElement, captureTextNodes?: boolean);
5}
6//# sourceMappingURL=UnknownElement.d.ts.map
\No newline at end of file