@undp/carbon-library 1.0.71 → 1.0.73

Sign up to get free protection for your applications and to get access to all the features.
@@ -10,6 +10,7 @@ export interface CoBenefitProps {
10
10
  loading?: any;
11
11
  sdgGoalImages?: any;
12
12
  t?: 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.71",
3
+ "version": "1.0.73",
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": {