UNPKG

@mojito-inc/secondary-market

Version:

Mojito secondary market is the platform to purchase NFT.

8 lines (7 loc) 233 B
import { FC } from 'react'; interface TokenDescriptionContainerProps { title: string; subTitle: string; } declare const TokenDescriptionContainer: FC<TokenDescriptionContainerProps>; export default TokenDescriptionContainer;