randmarcomps 1.350.0 → 1.352.0
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/randmarcomps.d.ts +1 -1
- package/dist/randmarcomps.js +425 -455
- package/dist/randmarcomps.umd.cjs +2 -4
- package/package.json +1 -1
package/dist/randmarcomps.d.ts
CHANGED
|
@@ -424,7 +424,7 @@ export declare function ExploreManufacturers({ appID, manufPath, withBot }: {
|
|
|
424
424
|
* It shows a compact view with badges on mobile and a detailed grid on desktop.
|
|
425
425
|
* Includes a skeleton loader state for asynchronous data fetching.
|
|
426
426
|
*/
|
|
427
|
-
export declare function ExternalProductCard({ product, viewProductLink }: ExternalProductCardProps): JSX.Element;
|
|
427
|
+
export declare function ExternalProductCard({ product, viewProductLink, }: ExternalProductCardProps): JSX.Element;
|
|
428
428
|
|
|
429
429
|
declare interface ExternalProductCardProps {
|
|
430
430
|
product?: Product;
|