UNPKG

@oberoncms/plugin-uploadthing

Version:

An Puck component and OberonCMS plugin for embeding uploadthing images

16 lines 498 B
import type { OberonImage } from "@oberoncms/core"; export declare const Image: { fields: { image: { type: "custom"; render: () => import("react/jsx-runtime").JSX.Element; }; }; defaultProps: { image: null; }; render: ({ image }: import("@measured/puck").WithId<import("@measured/puck").WithPuckProps<{ image: OberonImage | null; }>>) => import("react/jsx-runtime").JSX.Element; }; //# sourceMappingURL=server.d.ts.map