UNPKG

react-capture-events

Version:
6 lines (5 loc) 195 B
import { jsx as m } from "react/jsx-runtime"; const s = ({ src: o, alt: r, width: t, height: e }) => /* @__PURE__ */ m("img", { src: o, alt: r, width: t, height: e }); export { s as default };