UNPKG

@churchapps/apphelper

Version:

Library of helper functions for React and NextJS ChurchApps

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