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) 277 B
import React from "react"; import { ITransaction } from "@/interface/transaction.interface"; interface PaymentMethodProps { transaction?: ITransaction; } declare const WithdrawalSuccessMessagePage: React.FC<PaymentMethodProps>; export default WithdrawalSuccessMessagePage;