UNPKG

native-file-system-adapter-ts

Version:
3 lines (2 loc) 181 B
import { OpenFilePickerOptions, FileSystemFileHandle } from './types'; export declare function showOpenFilePicker(options?: OpenFilePickerOptions): Promise<FileSystemFileHandle[]>;