1
0
mirror of https://github.com/1Panel-dev/1Panel.git synced 2025-02-08 01:20:07 +08:00
1Panel/frontend/src/typings/window.d.ts

10 lines
174 B
Go
Raw Normal View History

2022-08-16 23:30:23 +08:00
// * global
declare global {
interface Navigator {
msSaveOrOpenBlob: (blob: Blob, fileName: string) => void;
browserLanguage: string;
}
}
export {};