UNPKG

@mojito-inc/secondary-market

Version:

Mojito secondary market is the platform to purchase NFT.

7 lines (6 loc) 242 B
interface NoDataContainerProps { noDataMessage?: string; border?: boolean; } declare const NoDataContainer: ({ noDataMessage, border }: NoDataContainerProps) => import("react/jsx-runtime").JSX.Element; export default NoDataContainer;