mirror of
https://github.com/harivansh-afk/asap.it.git
synced 2026-04-19 11:03:43 +00:00
first commit
This commit is contained in:
commit
1cdbffff09
200 changed files with 30007 additions and 0 deletions
5
app/types/global.d.ts
vendored
Normal file
5
app/types/global.d.ts
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
interface Window {
|
||||
showDirectoryPicker(): Promise<FileSystemDirectoryHandle>;
|
||||
webkitSpeechRecognition: typeof SpeechRecognition;
|
||||
SpeechRecognition: typeof SpeechRecognition;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue