UNPKG

lit-analyzer

Version:

CLI that type checks bindings in lit-html templates

7 lines 257 B
import { RuleModule } from "../analyze/types/rule/rule-module.js"; /** * This rule validates that only known events are used in event listener bindings. */ declare const rule: RuleModule; export default rule; //# sourceMappingURL=no-unknown-event.d.ts.map