blob: 9e1f4440b5ebc9b57a413f22e62d1b13d2ce4a40 [file] [log] [blame]
import { RuleModule } from "../analyze/types/rule/rule-module.js";
/**
* This rule validates that only known attributes are used in attribute bindings.
*/
declare const rule: RuleModule;
export default rule;
//# sourceMappingURL=no-unknown-attribute.d.ts.map