@lyonfinancial/loan-calculator
Version:
Loads a loan calculator into a specific div.
18 lines • 613 B
TypeScript
/** Loads a loan calculator component. */
declare class LoanCalculator {
private componentUrl;
private readonly selector;
private showHeading;
/** Creates a new instance of the loader. */
constructor(selector: string);
load(lid?: string, urlPath?: string, showHeading?: boolean, version?: string): void;
private getHeading;
private getExamples;
private getMonthlyPaymentHeader;
private getMonthlyPaymentDisclaimer;
private getMonthlyPaymentFooter;
private getUrl;
getDisclaimer(): HTMLDivElement;
private injectStyles;
}
//# sourceMappingURL=loader.d.ts.map