blob: 8644989951adf419118b3a8292aa80acafbb8ae2 [file] [log] [blame]
import { RuleModule } from "../analyze/types/rule/rule-module.js";
/**
* This rule validates that you are not binding a boolean type in an attribute binding
* This would result in binding the string 'true' or 'false' and a '?' binding should be used instead.
*/
declare const rule: RuleModule;
export default rule;
//# sourceMappingURL=no-boolean-in-attribute-binding.d.ts.map