@mojito-inc/secondary-market
Version:
Mojito secondary market is the platform to purchase NFT.
4 lines (3 loc) • 332 B
TypeScript
import { TransferNFTSuccessProps } from '../interface';
declare const TransferNFTSuccessLayout: ({ open, headerTitle, modalMessage, modalIcon, buttonName, buttonAction, handleCloseSuccessModal, handleClickViewTransfer, }: TransferNFTSuccessProps) => import("react/jsx-runtime").JSX.Element;
export default TransferNFTSuccessLayout;