@cross-nft-marketplace/auction-house-nft-components
Version:
NFT Media Rendering Components
10 lines (9 loc) • 532 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Unknown = void 0;
const jsx_runtime_1 = require("react/jsx-runtime");
const svg_icons_1 = require("../constants/svg-icons");
exports.Unknown = {
render: ({ getStyles }) => ((0, jsx_runtime_1.jsxs)("div", { ...getStyles("mediaLoaderError"), children: [(0, svg_icons_1.SVG_MEDIA_LOADER_ERROR_3)(), (0, jsx_runtime_1.jsx)("span", { ...getStyles("mediaObjectMessage"), children: "Media not loading" })] })),
supportedMimeTypes: []
};