更新
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
declare function openFile(options?: {
|
||||
accept?: string;
|
||||
multiple?: boolean;
|
||||
}): Promise<File[]>;
|
||||
|
||||
export = openFile;
|
||||
Reference in New Issue
Block a user