UNPKG

@oberoncms/core

Version:

OberonCMS is a cloud deployable CMS written in typescript based on the Puck visual editor

8 lines 393 B
import "@puckeditor/core/puck.css"; import { type PropsWithChildren } from "react"; export type PreviewMode = "light" | "dark" | "follow"; export declare const PreviewIframe: ({ children, iframeDocument, previewMode, }: PropsWithChildren<{ iframeDocument?: Document; previewMode: PreviewMode; }>) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=preview-iframe.d.ts.map