Initial commit
This commit is contained in:
6
app/types/file-system-access.d.ts
vendored
Normal file
6
app/types/file-system-access.d.ts
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
interface Window {
|
||||
showSaveFilePicker?: (options?: {
|
||||
suggestedName?: string;
|
||||
}) => Promise<FileSystemFileHandle>;
|
||||
}
|
||||
export {};
|
||||
Reference in New Issue
Block a user