@mojito-inc/secondary-market
Version:
Mojito secondary market is the platform to purchase NFT.
2 lines (1 loc) • 481 B
JavaScript
import{jsx as r,Fragment as a}from"react/jsx-runtime";import e from"@mui/material/Skeleton";import m from"@mui/material/TableCell";import o from"@mui/material/TableRow";const t=({name:t,columns:i,rows:l})=>r(a,{children:Array.from(Array(l).keys()).map((a=>r(o,{children:Array.from(Array(i).keys()).map((o=>r(m,{component:"th",scope:"row",children:r(e,{sx:{height:"32px"},animation:"wave",variant:"text"})},`${t}_row_${a}_COLUMN_${o}`)))},`${t}_row_${a}`)))});export{t as default};