@undp/carbon-library 1.0.135-ghg-inventory.1 → 1.0.135-ghg-inventory.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,13 @@
1
+ import { FC } from "react";
2
+ import "../../../Styles/app.scss";
3
+ export interface UserActionProps {
4
+ t: any;
5
+ actionInfo: any;
6
+ onActionConfirmed: any;
7
+ onActionCanceled: any;
8
+ openModal: any;
9
+ errorMsg: any;
10
+ loading: any;
11
+ }
12
+ declare const GHGUserActionConfirmationModel: FC<UserActionProps>;
13
+ export default GHGUserActionConfirmationModel;
@@ -10,3 +10,5 @@ export declare const formFields: {
10
10
  waste: string[];
11
11
  other: string[];
12
12
  };
13
+ export declare const emissionCsvFieldMap: any;
14
+ export declare const projectionsCsvFieldMap: any;