@navinc/base-react-components
Version:
Nav's Pattern Library
27 lines (26 loc) • 1.56 kB
TypeScript
export function MiniSBAPaycheckProtectionProgramForm({ initialValues, isSubmittingForm, onFormSubmit, dispatchOpenInfoDrawer, shouldShowPasswordField, headerHelperText, primaryContactNameValue, emailAddressValue, contactPhoneValue, businessLegalNameValue, addressValue, cityValue, stateValue, zipCodeValue, dbaValue, businessTypeValue, termsOfServiceBool, secondDraw, shouldShowHasReceivedSecondPPPDraw, termsHref, shouldShowDocumentation, privatePolicy, isClover, referrerID, }: {
initialValues?: {} | undefined;
isSubmittingForm?: boolean | undefined;
onFormSubmit?: (() => void) | undefined;
dispatchOpenInfoDrawer?: (() => void) | undefined;
shouldShowPasswordField?: boolean | undefined;
headerHelperText?: string | undefined;
primaryContactNameValue?: string | undefined;
emailAddressValue?: string | undefined;
contactPhoneValue?: string | undefined;
businessLegalNameValue?: string | undefined;
addressValue?: string | undefined;
cityValue?: string | undefined;
stateValue?: string | undefined;
zipCodeValue?: string | undefined;
dbaValue?: string | undefined;
businessTypeValue?: string | undefined;
termsOfServiceBool?: boolean | undefined;
secondDraw?: string | undefined;
shouldShowHasReceivedSecondPPPDraw?: boolean | undefined;
termsHref?: string | undefined;
shouldShowDocumentation?: boolean | undefined;
privatePolicy?: string | undefined;
isClover?: boolean | undefined;
referrerID?: string | undefined;
}): import("react/jsx-runtime").JSX.Element;