initial commit

This commit is contained in:
Samandar Turgunboyev
2025-12-09 17:02:13 +05:00
parent db6bfa7e40
commit 9d84fc38f3
2 changed files with 2 additions and 1 deletions

1
src/global.d.ts vendored
View File

@@ -9,6 +9,7 @@ interface Window {
};
};
sendData?: (data: string) => void;
openLink?: (url: string) => void;
};
};
}