@churchapps/apphelper
Version:
Library of helper functions for React and NextJS ChurchApps
17 lines • 464 B
TypeScript
import React from "react";
interface Props {
addFormId: string;
contentType: string;
contentId: string;
formSubmissionId: string;
unRestrictedFormId?: string;
personId?: string;
churchId?: string;
showHeader?: boolean;
noBackground?: boolean;
updatedFunction: () => void;
cancelFunction?: () => void;
}
export declare const FormSubmissionEdit: React.FC<Props>;
export {};
//# sourceMappingURL=FormSubmissionEdit.d.ts.map