@undp/carbon-library 1.0.66 → 1.0.67

Sign up to get free protection for your applications and to get access to all the features.
@@ -8,6 +8,7 @@ export interface CoBenefitProps {
8
8
  viewOnly?: boolean;
9
9
  coBenifitsViewDetails?: any;
10
10
  loading?: any;
11
+ sdgGoalImages: any;
11
12
  t: any;
12
13
  }
13
14
  declare const CoBenifitsComponent: (props: CoBenefitProps) => React.JSX.Element;
@@ -1,3 +1,3 @@
1
- import React from 'react';
2
- import './programmeCreationComponent.scss';
1
+ import React from "react";
2
+ import "./programmeCreationComponent.scss";
3
3
  export declare const ProgrammeCreationComponent: (props: any) => React.JSX.Element;