randmarcomps 1.456.0 → 1.458.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 +8 -0
- package/dist/randmarcomps.js +4741 -3816
- package/dist/randmarcomps.umd.cjs +49 -33
- package/package.json +1 -1
package/dist/randmarcomps.d.ts
CHANGED
|
@@ -700,6 +700,14 @@ export declare interface PageHeaderProps {
|
|
|
700
700
|
className?: string;
|
|
701
701
|
}
|
|
702
702
|
|
|
703
|
+
export declare function PartnerActions(props: PartnerActionsProps): JSX.Element;
|
|
704
|
+
|
|
705
|
+
export declare interface PartnerActionsProps {
|
|
706
|
+
className?: string;
|
|
707
|
+
userId: string;
|
|
708
|
+
partnerId: string;
|
|
709
|
+
}
|
|
710
|
+
|
|
703
711
|
export declare function PartnerCard({ account, action, loading, className, withAbout, withVoice }: PartnerCardProps): JSX.Element;
|
|
704
712
|
|
|
705
713
|
declare interface PartnerCardProps {
|