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) 283 B
import React from "react"; import { ITransaction } from "@/interface/transaction.interface"; declare const DepositDetails: ({ transaction, showRemainingTime, }: { transaction: ITransaction; showRemainingTime?: boolean; }) => React.JSX.Element; export default DepositDetails;