UNPKG

ts-lit-plugin

Version:

Typescript plugin that adds type checking and code completion to lit-html

6 lines 292 B
import { DefaultLitAnalyzerContext, LitAnalyzerConfig } from "lit-analyzer"; export declare class LitPluginContext extends DefaultLitAnalyzerContext { logger: import("../logger").Logger; updateConfig(config: LitAnalyzerConfig): void; } //# sourceMappingURL=lit-plugin-context.d.ts.map