Initial commit
This commit is contained in:
8
frontend/webapp/node_modules/eslint-plugin-react/lib/util/defaultProps.d.ts
generated
vendored
Normal file
8
frontend/webapp/node_modules/eslint-plugin-react/lib/util/defaultProps.d.ts
generated
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
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
|
||||
Reference in New Issue
Block a user