makeNoMethodSetStateRule.d.ts 233 B

123
  1. declare function _exports(methodName: string, shouldCheckUnsafeCb?: (context: import('eslint').Rule.RuleContext) => boolean): import('eslint').Rule.RuleModule;
  2. export = _exports;
  3. //# sourceMappingURL=makeNoMethodSetStateRule.d.ts.map