@oberoncms/core
Version:
OberonCMS is a cloud deployable CMS written in typescript based on the Puck visual editor
11 lines • 360 B
TypeScript
import { type OberonAdapter, type OberonConfig, type OberonPlugin, type OberonHandler } from "../lib/dtd";
export declare function initOberon({ config, plugins, }: {
config: OberonConfig;
plugins: OberonPlugin[];
}): {
handler: OberonHandler<{
path: string[];
}>;
adapter: OberonAdapter;
};
//# sourceMappingURL=init-oberon.d.ts.map