@wix/headless-stores 0.0.89 → 0.0.90
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.
|
@@ -164,7 +164,7 @@ export interface TotalsDisplayedProps {
|
|
|
164
164
|
asChild?: boolean;
|
|
165
165
|
/** Custom render function when using asChild */
|
|
166
166
|
children?: AsChildChildren<{
|
|
167
|
-
|
|
167
|
+
displayedItems: number;
|
|
168
168
|
}>;
|
|
169
169
|
/** CSS classes to apply to the default element */
|
|
170
170
|
className?: string;
|
|
@@ -164,7 +164,7 @@ export interface TotalsDisplayedProps {
|
|
|
164
164
|
asChild?: boolean;
|
|
165
165
|
/** Custom render function when using asChild */
|
|
166
166
|
children?: AsChildChildren<{
|
|
167
|
-
|
|
167
|
+
displayedItems: number;
|
|
168
168
|
}>;
|
|
169
169
|
/** CSS classes to apply to the default element */
|
|
170
170
|
className?: string;
|