UNPKG

@churchapps/apphelper

Version:

Library of helper functions for React and NextJS ChurchApps

8 lines 199 B
import React from "react"; interface Props { appName?: string; onClose: () => void; } export declare const SupportModal: React.FC<Props>; export {}; //# sourceMappingURL=SupportModal.d.ts.map