@sunrise-upc/mobile-prod-card 8.2.2-beta.14 → 8.2.2-beta.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +4 -4
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import React, { MouseEventHandler, FC, JSX
|
|
1
|
+
import React, { MouseEventHandler, FC, JSX } from 'react';
|
|
2
2
|
import { ApiServiceV2 } from '@sunrise-upc/ajax-lib';
|
|
3
3
|
|
|
4
4
|
interface ButtonProps {
|
|
@@ -231,7 +231,7 @@ declare const BenefitWrapper: ({ content, metadata, setGenericErrorModalDetails,
|
|
|
231
231
|
|
|
232
232
|
declare const Breadcrumb: FC<any>;
|
|
233
233
|
|
|
234
|
-
declare const PreToPostSubsPopup: ({ onClose, content, prepaid, }: any) => JSX
|
|
234
|
+
declare const PreToPostSubsPopup: ({ onClose, content, prepaid, }: any) => JSX.Element;
|
|
235
235
|
|
|
236
236
|
declare const HeroLoginBanner: FC<any>;
|
|
237
237
|
|
|
@@ -282,7 +282,7 @@ type ProgressionBarProps = {
|
|
|
282
282
|
step: number;
|
|
283
283
|
steps: any[];
|
|
284
284
|
};
|
|
285
|
-
declare const ProgressionBar: ({ step, steps }: ProgressionBarProps) => JSX
|
|
285
|
+
declare const ProgressionBar: ({ step, steps }: ProgressionBarProps) => JSX.Element;
|
|
286
286
|
|
|
287
287
|
interface OttServiceOptionsSmallPopupProps {
|
|
288
288
|
content: any;
|
|
@@ -347,7 +347,7 @@ interface MultiItemAccessoriesSchema extends GenericSBProps {
|
|
|
347
347
|
winCheckoutUrl: any;
|
|
348
348
|
}
|
|
349
349
|
|
|
350
|
-
declare const MultiItemAccessoriesWithProvider: (props: ComponentWithContentProps<MultiItemAccessoriesSchema>) =>
|
|
350
|
+
declare const MultiItemAccessoriesWithProvider: (props: ComponentWithContentProps<MultiItemAccessoriesSchema>) => JSX.Element;
|
|
351
351
|
|
|
352
352
|
interface NotificationToastProps {
|
|
353
353
|
title: string;
|