UNPKG

gamingpe-chatbot

Version:

This chatbot can be used for the Deposit, Withdrawal and Solving query for the pending transaction faster than before.

8 lines (7 loc) 267 B
import React from "react"; import { ITransaction } from "@/interface/transaction.interface"; interface PaymentMethodProps { transaction?: ITransaction; } declare const PaymentUnderProcessPage: React.FC<PaymentMethodProps>; export default PaymentUnderProcessPage;