We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
domhandler
1 parent bf33b36 commit dfa0c19Copy full SHA for dfa0c19
index.d.ts
@@ -15,6 +15,7 @@ import domToReact from './lib/dom-to-react';
15
16
export { attributesToProps, domToReact, htmlToDOM };
17
export type HTMLParser2Options = ParserOptions & DomHandlerOptions;
18
+export { Comment, Element, ProcessingInstruction, Text };
19
export type DOMNode = Comment | Element | ProcessingInstruction | Text;
20
21
export interface HTMLReactParserOptions {
0 commit comments