@undp/carbon-library 1.0.175-CARBON-363.72 → 1.0.175-CARBON-363.73

Sign up to get free protection for your applications and to get access to all the features.
@@ -18,6 +18,7 @@ interface EditableCellProps extends React.HTMLAttributes<HTMLElement> {
18
18
  index: number;
19
19
  children: React.ReactNode;
20
20
  onBlurHandler: any;
21
+ t: any;
21
22
  }
22
23
  export declare const EditableCell: React.FC<EditableCellProps>;
23
24
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@undp/carbon-library",
3
- "version": "1.0.175-CARBON-363.72",
3
+ "version": "1.0.175-CARBON-363.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": {