Websites v4 docs v5.2.4
    Preparing search index...

    Function useMortgageFinder

    • Returns {
          currencyMask: (
              value: number,
              options?: { displayCurrency?: boolean },
          ) => string;
          handleSubmit: (e: SyntheticEvent) => Promise<void>;
          results: MortgageProductResult[] | undefined;
          setBorrowAmount: (value: string | number | null) => void;
          setMortgageLength: (value: string) => void;
          setMortgageType: (value: string) => void;
          setPurchasePrice: (value: string | number | null) => void;
          state: MortgageFinderState;
      }