chore: initial commit
This commit is contained in:
7
src/vite-env.d.ts
vendored
Normal file
7
src/vite-env.d.ts
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
/// <reference types="vite/client" />
|
||||
declare module 'html2pdf.js';
|
||||
|
||||
interface Window {
|
||||
loadServerData?: (data: any) => void;
|
||||
isReportReady?: boolean;
|
||||
}
|
||||
Reference in New Issue
Block a user