feat: implemented haptics
feat: Implemented a select menu fix: Only used audio clips compile
This commit is contained in:
parent
02a4f2c9a9
commit
54dd9256e3
51 changed files with 580 additions and 466 deletions
8
src/mainview/types.d.ts
vendored
8
src/mainview/types.d.ts
vendored
|
|
@ -24,6 +24,14 @@ declare global
|
|||
sound?: string;
|
||||
}
|
||||
}
|
||||
|
||||
module "@tanstack/react-router" {
|
||||
declare interface HistoryState
|
||||
{
|
||||
eventType?: string;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
declare interface FocusEventDetails
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue