lit-analyzer
Version:
CLI that type checks bindings in lit-html templates
4 lines • 299 B
TypeScript
import { LitAnalyzerConfig } from "../lit-analyzer-config.js";
import { HtmlDataCollection } from "../parse/parse-html-data/html-tag.js";
export declare function getUserConfigHtmlCollection(config: LitAnalyzerConfig): HtmlDataCollection;
//# sourceMappingURL=get-user-config-html-collection.d.ts.map