blob: 6843b87917151766947cc1d12170bca59c3dc4fb [file] [log] [blame]
import { RuleModule } from "../analyze/types/rule/rule-module.js";
/**
* This rule validates that legacy Polymer attribute bindings are not used.
*/
declare const rule: RuleModule;
export default rule;
//# sourceMappingURL=no-legacy-attribute.d.ts.map