feat: implemented haptics

feat: Implemented a select menu
fix: Only used audio clips compile
This commit is contained in:
Simeon Radivoev 2026-04-07 15:28:56 +03:00
parent 02a4f2c9a9
commit 54dd9256e3
Signed by: simeonradivoev
GPG key ID: 7611A451D2A5D37A
51 changed files with 580 additions and 466 deletions

View file

@ -24,6 +24,14 @@ declare global
sound?: string;
}
}
module "@tanstack/react-router" {
declare interface HistoryState
{
eventType?: string;
}
}
}
declare interface FocusEventDetails