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