UNPKG

@better-auth-ui/core

Version:

Authentication components and data utilities for [Better Auth](https://better-auth.com), available for React and Solid.

34 lines (33 loc) 901 B
export declare const billingLocalization: { billing: string; billingDescription: string; plans: string; currentPlan: string; choosePlan: string; changePlan: string; perMonth: string; perYear: string; oneTime: string; popular: string; subscription: string; noSubscription: string; noSubscriptionDescription: string; manageBilling: string; renewsOn: string; endsOn: string; cancelSubscription: string; cancelSubscriptionTitle: string; cancelSubscriptionDescription: string; restoreSubscription: string; restoreSubscriptionTitle: string; restoreSubscriptionDescription: string; confirm: string; cancel: string; seats: string; updateSeats: string; usage: string; unlimited: string; used: string; loadingBilling: string; }; export type BillingLocalization = typeof billingLocalization;