UNPKG

@oberoncms/core

Version:

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

6 lines 240 B
import { PropsWithChildren } from "react"; export declare const Menu: ({ title, path, children, }: PropsWithChildren<{ title?: string; path?: string; }>) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=menu.d.ts.map