@blocklet/payment-react
Version:
Reusable react components for payment kit v2
15 lines (14 loc) • 383 B
TypeScript
type Props = {
customer_id?: string;
subscription_id?: string;
status?: string;
pageSize?: number;
onTableDataChange?: Function;
mode?: 'dashboard' | 'portal';
};
export declare function StatusChip({ status, label }: {
status: string;
label?: string;
}): JSX.Element;
export default function CreditGrantsList(rawProps: Props): JSX.Element;
export {};