UNPKG

@oberoncms/plugin-uploadthing

Version:

An Puck component and OberonCMS plugin for embeding uploadthing images

25 lines 709 B
export declare const Image: { fields: { image: { type: "custom"; render: () => import("react/jsx-runtime").JSX.Element; }; }; defaultProps: { image: null; }; render: ({ image }: import("@puckeditor/core").WithId<import("@puckeditor/core").WithPuckProps<{ image: { key: string; url: string; size: number; width: number; height: number; alt: string; updatedAt: Date; updatedBy: string; pending?: boolean | undefined; } | null; }>>) => import("react/jsx-runtime").JSX.Element; }; //# sourceMappingURL=server.d.ts.map