UNPKG

@navinc/base-react-components

Version:
45 lines (44 loc) 2.62 kB
export const StyledHeader: import("styled-components").StyledComponent<"h1", any, { as: any; }, "as">; export const StyledSubHeader: import("styled-components").StyledComponent<({ bold, shouldScaleFont, light, ...props }: import("./copy").CopyProps) => JSX.Element, any, {}, never>; export const StyledTwoColumn: import("styled-components").StyledComponent<"div", any, {}, never>; 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; }): JSX.Element; export namespace MiniSBAPaycheckProtectionProgramForm { namespace propTypes { const initialValues: propTypes.Requireable<object>; const isSubmittingForm: propTypes.Requireable<boolean>; const onFormSubmit: propTypes.Validator<(...args: any[]) => any>; const dispatchOpenInfoDrawer: propTypes.Validator<(...args: any[]) => any>; const shouldShowLoginPrompt: propTypes.Requireable<boolean>; const loginPromptUrl: propTypes.Requireable<string>; const onLoginPromptDismiss: propTypes.Requireable<(...args: any[]) => any>; const shouldShowPasswordField: propTypes.Requireable<boolean>; } } import propTypes_1 from "prop-types";