@razorpay/blade 11.40.0 → 11.40.1
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.
|
@@ -688,9 +688,9 @@ type ContainerElementType = Platform.Select<{
|
|
|
688
688
|
* eg: `data-analytics-action="click"`
|
|
689
689
|
* eg: `data-analytics-section="header"`
|
|
690
690
|
*/
|
|
691
|
-
|
|
691
|
+
type DataAnalyticsAttribute = {
|
|
692
692
|
[key: DataAnalyticsKey]: string;
|
|
693
|
-
}
|
|
693
|
+
};
|
|
694
694
|
|
|
695
695
|
/**
|
|
696
696
|
* Returns the value or the responsive object with that value
|
|
@@ -687,9 +687,9 @@ type ContainerElementType = Platform.Select<{
|
|
|
687
687
|
* eg: `data-analytics-action="click"`
|
|
688
688
|
* eg: `data-analytics-section="header"`
|
|
689
689
|
*/
|
|
690
|
-
|
|
690
|
+
type DataAnalyticsAttribute = {
|
|
691
691
|
[key: DataAnalyticsKey]: string;
|
|
692
|
-
}
|
|
692
|
+
};
|
|
693
693
|
|
|
694
694
|
/**
|
|
695
695
|
* Returns the value or the responsive object with that value
|