blob: e1120b2324c6ddd755d68118d0d233245351740d [file] [log] [blame]
import { RuleModule } from "../analyze/types/rule/rule-module.js";
/**
* This rule validates that complex types are not used within an expression in an attribute binding.
*/
declare const rule: RuleModule;
export default rule;
//# sourceMappingURL=no-complex-attribute-binding.d.ts.map