Added PDF Print Function

This commit is contained in:
Tola Leng
2025-05-23 20:40:14 +08:00
parent b282b0b2d5
commit 1e51c964cf
+9
View File
@@ -0,0 +1,9 @@
import 'jspdf';
declare module 'jspdf' {
interface jsPDF {
lastAutoTable: {
finalY: number;
};
}
}