UNPKG

@oberoncms/core

Version:

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

7 lines 259 B
import { type Config, type Data } from "@measured/puck"; export declare function Preview({ path, data, config, }: { path: string; config: Config; data: Data | null; }): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=preview.d.ts.map