UNPKG

@blocklet/payment-react

Version:

Reusable react components for payment kit v2

10 lines (9 loc) 350 B
interface StakingBreakdownProps { staking: string; paymentAmount: string; trialActive: boolean; trialDays: number; afterTrialInterval: string | null; } export default function StakingBreakdown({ staking, paymentAmount, trialActive, trialDays, afterTrialInterval, }: StakingBreakdownProps): import("react").JSX.Element; export {};