@sunrise-upc/mobile-prod-card 4.1.7-beta.0 → 4.1.7-beta.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,3 @@
1
+ import { FC } from 'react';
2
+ declare const CheckCoverage: FC<any>;
3
+ export default CheckCoverage;
@@ -0,0 +1 @@
1
+ export declare const fetchAddress: (address: any, controllerRef: any) => Promise<any[] | undefined>;
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ declare const NewLCInput: ({ content, setLcData, lcData }: any) => JSX.Element;
3
+ export default NewLCInput;
@@ -0,0 +1 @@
1
+ export { default } from './CheckCoverage';
@@ -12,3 +12,4 @@ export { default as BenefitWrapper } from './BenefitWrapper';
12
12
  export { default as Breadcrumb } from './Breadcrumb';
13
13
  export { default as PretoPostSubsPopup } from './PretoPost';
14
14
  export { default as HeroLogin } from './HeroLogin';
15
+ export { default as CheckCoverage } from './NewLineCheck';