474 BTypeScriptView Raw
1import * as tsModule from "typescript";
2import { Program } from "typescript";
3import { ComponentDeclaration } from "./types/component-declaration";
4/**
5 * This function only analyzes the HTMLElement declaration found in "lib.dom.d.ts" source file provided by Typescript.
6 * @param program
7 * @param ts
8 */
9export declare function analyzeHTMLElement(program: Program, ts?: typeof tsModule): ComponentDeclaration | undefined;
10//# sourceMappingURL=analyze-html-element.d.ts.map
\No newline at end of file