UNPKG

@blocklet/payment-react

Version:

Reusable react components for payment kit v2

14 lines (13 loc) 368 B
type Props = { customer_id?: string; subscription_id?: string; credit_grant_id?: string; pageSize?: number; onTableDataChange?: Function; showAdminColumns?: boolean; showTimeFilter?: boolean; source?: string; mode?: 'dashboard' | 'portal'; }; export default function CreditTransactionsList(rawProps: Props): JSX.Element; export {};