randmarcomps 1.576.0 → 1.578.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 +1667 -1636
- package/dist/randmarcomps.umd.cjs +66 -66
- package/package.json +1 -1
package/dist/randmarcomps.d.ts
CHANGED
|
@@ -722,7 +722,7 @@ export declare interface PartnerActionsProps {
|
|
|
722
722
|
isAdmin: boolean;
|
|
723
723
|
}
|
|
724
724
|
|
|
725
|
-
export declare function PartnerCard({ account, action, loading, className, withAbout
|
|
725
|
+
export declare function PartnerCard({ account, action, loading, className, withAbout }: PartnerCardProps): JSX.Element;
|
|
726
726
|
|
|
727
727
|
declare interface PartnerCardProps {
|
|
728
728
|
account?: AccountWithShopifyStore;
|