UNPKG

@churchapps/apphelper

Version:

Library of helper functions for React and NextJS ChurchApps

7 lines 220 B
type Props = { appName: string; relatedArticles?: string[]; }; export declare const SupportDrawer: (props: Props) => import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=SupportDrawer.d.ts.map