randmarcomps 1.219.0 → 1.223.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 +10 -0
- package/dist/randmarcomps.js +3303 -3004
- package/dist/randmarcomps.umd.cjs +55 -55
- package/package.json +1 -1
package/dist/randmarcomps.d.ts
CHANGED
|
@@ -469,6 +469,16 @@ declare interface PartnerCardProps {
|
|
|
469
469
|
withVoice?: boolean;
|
|
470
470
|
}
|
|
471
471
|
|
|
472
|
+
export declare function PartnerRelationshipPage({ applicationId, partnerId, userEmail, shopifyHostName, isSuperAdmin, }: PartnerRelationshipPageProps): JSX.Element;
|
|
473
|
+
|
|
474
|
+
declare interface PartnerRelationshipPageProps {
|
|
475
|
+
applicationId: string;
|
|
476
|
+
partnerId: string;
|
|
477
|
+
userEmail: string;
|
|
478
|
+
shopifyHostName: string | undefined;
|
|
479
|
+
isSuperAdmin: boolean;
|
|
480
|
+
}
|
|
481
|
+
|
|
472
482
|
export declare const Popover: React_2.FC<PopoverPrimitive.PopoverProps>;
|
|
473
483
|
|
|
474
484
|
export declare const PopoverAnchor: React_2.ForwardRefExoticComponent<PopoverPrimitive.PopoverAnchorProps & React_2.RefAttributes<HTMLDivElement>>;
|