mirror of
https://github.com/Luzifer/ots.git
synced 2025-08-09 06:32:22 -04:00
Port to Vue3 and TypeScript
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
b447417d0f
commit
e572d2f545
33 changed files with 2297 additions and 5930 deletions
14
src/global.d.ts
vendored
Normal file
14
src/global.d.ts
vendored
Normal file
|
@ -0,0 +1,14 @@
|
|||
export { }
|
||||
|
||||
declare global {
|
||||
interface Window {
|
||||
getTheme: () => string;
|
||||
getThemeFromStorage: () => string;
|
||||
maxSecretExpire: number;
|
||||
OTSCustomize: any;
|
||||
refreshTheme: () => void;
|
||||
setTheme: (string) => void;
|
||||
useFormalLanguage: boolean;
|
||||
version: string;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue