UNPKG

lit-analyzer

Version:

CLI that type checks bindings in lit-html templates

4 lines 297 B
import { SourceFile } from "typescript"; import { ComponentDeclaration, ComponentDefinition } from "web-component-analyzer"; export declare function getDeclarationsInFile(definition: ComponentDefinition, sourceFile: SourceFile): ComponentDeclaration[]; //# sourceMappingURL=component-util.d.ts.map