UNPKG

@oberoncms/core

Version:

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

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