Assignment5_new/node_modules/eslint-plugin-react/lib/util/defaultProps.d.ts

8 lines
311 B
TypeScript
Raw Normal View History

2025-01-07 05:14:59 +00:00
declare function _exports(context: any, components: any, utils: any): {
MemberExpression(node: any): void;
MethodDefinition(node: any): void;
'ClassProperty, PropertyDefinition'(node: any): void;
ObjectExpression(node: any): void;
};
export = _exports;
//# sourceMappingURL=defaultProps.d.ts.map