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