Added PDF Print Function

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