UNPKG

@oberoncms/plugin-uploadthing

Version:

An Puck component and OberonCMS plugin for embeding uploadthing images

16 lines (15 loc) 317 B
import { jsx } from "react/jsx-runtime"; import { Image as Image$1 } from "./server.js"; import { ImageField } from "./image-field.js"; const Image = { ...Image$1, fields: { image: { type: "custom", render: (props) => /* @__PURE__ */ jsx(ImageField, { ...props }) } } }; export { Image };