@sunrise-upc/mobile-prod-card 1.2.4-beta.13 → 1.2.4-beta.15

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,7 @@
1
+ /**
2
+ * A candidate for common component.
3
+ */
4
+ import React from "react";
5
+ import "./LineCheck.css";
6
+ declare const AutoComplete: React.ForwardRefExoticComponent<Pick<any, string | number | symbol> & React.RefAttributes<HTMLInputElement>>;
7
+ export default AutoComplete;
@@ -0,0 +1,3 @@
1
+ import React from "react";
2
+ declare const LineCheckInput: React.ForwardRefExoticComponent<Pick<any, string | number | symbol> & React.RefAttributes<HTMLInputElement>>;
3
+ export default LineCheckInput;
@@ -1,4 +1,3 @@
1
- export declare const fetchAddress: (address: any, isValid: boolean) => Promise<any>;
2
1
  export declare const getLineCheckService: (selectedAdd: any) => unknown;
3
2
  export declare const fetchLineCheck: (payload: any) => Promise<{
4
3
  corelationaId: any;
@@ -8,5 +7,4 @@ export declare const fetchLineCheck: (payload: any) => Promise<{
8
7
  configEligibleBundle: string[];
9
8
  plannedUpgrade: any;
10
9
  }>;
11
- export declare const getCustomerData: () => string | Promise<any>;
12
- export declare const automateLineCheck: (setFetchingLineCheck: any, setlinecheckResponse: any, shippingAddress: any, onSuccess?: () => void) => Promise<any>;
10
+ export declare const fetchAddress: (address: any, isValid: boolean) => Promise<any>;