mirror of
https://git.victorphan.net/basketballcantho/ten-project.git
synced 2026-08-05 13:03:10 +07:00
hoàn thành docker compose giai đoạn 1
This commit is contained in:
Vendored
+13
@@ -0,0 +1,13 @@
|
||||
declare module "fabric" {
|
||||
export const fabric: any;
|
||||
}
|
||||
|
||||
declare module "pdfjs-dist" {
|
||||
export const GlobalWorkerOptions: {
|
||||
workerSrc: string;
|
||||
};
|
||||
export const version: string;
|
||||
export function getDocument(params: any): {
|
||||
promise: Promise<any>;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user