UNPKG

lit-analyzer

Version:

CLI that type checks bindings in lit-html templates

8 lines 294 B
import { RuleModule } from "../analyze/types/rule/rule-module.js"; /** * This rule checks validates the slot attribute * and makes sure that slot names used have been defined using jsdoc. */ declare const rule: RuleModule; export default rule; //# sourceMappingURL=no-unknown-slot.d.ts.map