export default jsPDFInvoiceTemplate;
import jsPDFInvoiceTemplate from "./src";
import { OutputType } from "./src";
import { jsPDF } from "./src";
export { OutputType, jsPDF };
