@undp/carbon-library 1.0.72 → 1.0.74

Sign up to get free protection for your applications and to get access to all the features.
@@ -9,7 +9,8 @@ export interface CoBenefitProps {
9
9
  coBenifitsViewDetails?: any;
10
10
  loading?: any;
11
11
  sdgGoalImages?: any;
12
- t?: any;
12
+ translator?: any;
13
+ useConnection?: any;
13
14
  }
14
15
  declare const CoBenifitsComponent: (props: CoBenefitProps) => React.JSX.Element;
15
16
  export default CoBenifitsComponent;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@undp/carbon-library",
3
- "version": "1.0.72",
3
+ "version": "1.0.74",
4
4
  "description": "Shared Library of tools for Carbon Credits applications ecosystem for ExO and and HQ/GEF",
5
5
  "type": "module",
6
6
  "scripts": {