UNPKG

@wulperstudio/cms

Version:
14 lines 347 B
import React from 'react'; import { Box } from '@mui/material'; import { jsx as _jsx } from "react/jsx-runtime"; export var BlockImageAsset = function BlockImageAsset(_ref) { var src = _ref.src, alt = _ref.alt; return /*#__PURE__*/_jsx(Box, { component: "img", alt: alt, height: "100%", src: src, width: "100%" }); };