blob: 329a87f1b9eafa524afc6c5ba2abbf5e4cc91a4d [file] [log] [blame]
import { RuleModule } from "../analyze/types/rule/rule-module.js";
/**
* This rule validates that only known properties are used in bindings.
*/
declare const rule: RuleModule;
export default rule;
//# sourceMappingURL=no-unknown-property.d.ts.map