@sunrise-upc/mobile-prod-card 4.4.1-beta.3 → 4.5.0

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 DpDetailsModal: FC<any>;
3
+ export default DpDetailsModal;
@@ -1,3 +1,3 @@
1
1
  /// <reference types="react" />
2
- declare const DpTableFlexSection: ({ productData, mainContent, selectedDeviceDetails, tabIndex, indexKey, cardsLength }: any) => JSX.Element;
2
+ declare const DpTableFlexSection: ({ productData, mainContent, selectedDeviceDetails, tabIndex, indexKey, cardsLength, activeTab }: any) => JSX.Element;
3
3
  export default DpTableFlexSection;
@@ -23,7 +23,7 @@ export interface hardwareSessionObjV2 {
23
23
  hardwareVariant: hardwareSessionSchema;
24
24
  checkSubscriptions: checkSubscriptionsSchema;
25
25
  }
26
- export declare const getDeviceWithVarients: (deviceData: any) => {
26
+ export declare const getDeviceWithVarients: (deviceData: any) => false | {
27
27
  deviceVarientsList: any;
28
28
  colorsList: any[];
29
29
  memoryList: any[];