| 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 |