blob: caa9f67df00bb937314466061303fa48099d338b [file] [log] [blame]
import { RuleModule } from "../analyze/types/rule/rule-module.js";
/**
* This rule validates that "null" and "undefined" types are not bound in an attribute binding.
*/
declare const rule: RuleModule;
export default rule;
//# sourceMappingURL=no-nullable-attribute-binding.d.ts.map