@sunrise-upc/mobile-prod-card 1.2.4-beta.14 → 1.2.4-beta.16

Sign up to get free protection for your applications and to get access to all the features.
@@ -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;
@@ -7,3 +7,4 @@ export declare const fetchLineCheck: (payload: any) => Promise<{
7
7
  configEligibleBundle: string[];
8
8
  plannedUpgrade: any;
9
9
  }>;
10
+ export declare const fetchAddress: (address: any, isValid: boolean) => Promise<any>;