UNPKG

@oberoncms/core

Version:

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

7 lines 326 B
import { type OberonAdapter, type OberonConfig } from "./lib/dtd"; export declare function Render({ path, config: { components }, adapter: { getPageData }, }: { path?: string[]; config: OberonConfig; adapter: OberonAdapter; }): Promise<import("react/jsx-runtime").JSX.Element>; //# sourceMappingURL=render.d.ts.map