UNPKG

@churchapps/apphelper

Version:

Library of helper functions for React and NextJS ChurchApps

12 lines 315 B
interface Props { label: string; menuItems: { url: string; icon: string; label: string; }[]; onNavigate: (url: string) => void; } export declare const PrimaryMenu: (props: Props) => import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=PrimaryMenu.d.ts.map