@sunrise-upc/mobile-prod-card 4.1.4-beta.4 → 4.1.5
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/cjs/components/StaticLineTable/StaticProductDatatypes.d.ts +0 -3
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/utils/utils.d.ts +1 -0
- package/dist/esm/components/StaticLineTable/StaticProductDatatypes.d.ts +0 -3
- package/dist/esm/index.js +1 -1
- package/dist/esm/utils/utils.d.ts +1 -0
- package/package.json +1 -1
@@ -12,3 +12,4 @@ export declare const isTouchScreen: () => boolean;
|
|
12
12
|
export declare const replacePlaceholder: (source: string, params: any) => string;
|
13
13
|
export declare const isModemPresent: () => boolean;
|
14
14
|
export declare const iconHandler: (type: string) => string;
|
15
|
+
export declare const checkLinkWithLang: (url: string) => string | undefined;
|