UNPKG

@oberoncms/core

Version:

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

4 lines 246 B
import type { Metadata } from "next"; import type { OberonAdapter } from "./dtd"; export declare function getMetaData({ getPageData }: OberonAdapter, path?: string[], action?: string): Promise<Metadata>; //# sourceMappingURL=get-metadata.d.ts.map