UNPKG

@pagamio/frontend-commons-lib

Version:

Pagamio library for Frontend reusable components like the form engine and table container

6 lines (5 loc) 207 B
import { jsx as _jsx } from "react/jsx-runtime"; const ImageComponent = ({ src, alt, className }) => { return _jsx("img", { src: src, alt: alt, className: className }); }; export default ImageComponent;