Function CustomerPortalProvider
CustomerPortalProvider( __namedParameters: { children: ReactNode; productId?: string; resourceId?: string; textOverrides?: { addonsTabTitle?: string; cancelScheduledUpdatesButtonTitle?: string; contactSupportLink?: string; contactSupportTitle?: string; editBilling?: string; editPaymentDetails?: string; invoicesTitle?: string; manageSubscription?: string; paywallSectionTitle?: string; promotionsSubtitle?: string; promotionsTabTitle?: string; usageTabTitle?: string; viewInvoiceHistory?: string; }; theme?: { backgroundColor?: string; borderColor?: string; iconsBackgroundColor?: string; iconsColor?: string; listItemBackgroundColor?: string; planNameColor?: string; sectionTitleColor?: string; tabMaxHeight?: string; }; },): Element Parameters
- __namedParameters: {
children: ReactNode;
productId?: string;
resourceId?: string;
textOverrides?: {
addonsTabTitle?: string;
cancelScheduledUpdatesButtonTitle?: string;
contactSupportLink?: string;
contactSupportTitle?: string;
editBilling?: string;
editPaymentDetails?: string;
invoicesTitle?: string;
manageSubscription?: string;
paywallSectionTitle?: string;
promotionsSubtitle?: string;
promotionsTabTitle?: string;
usageTabTitle?: string;
viewInvoiceHistory?: string;
};
theme?: {
backgroundColor?: string;
borderColor?: string;
iconsBackgroundColor?: string;
iconsColor?: string;
listItemBackgroundColor?: string;
planNameColor?: string;
sectionTitleColor?: string;
tabMaxHeight?: string;
};
}
Returns Element