UNPKG

@ayonli/jsext

Version:

A JavaScript extension package for building strong and modern applications.

8 lines (7 loc) 369 B
export declare function linuxPickFile(title?: string, options?: { type?: string | undefined; forSave?: boolean | undefined; defaultName?: string | undefined; }): Promise<string | null>; export declare function linuxPickFiles(title?: string, type?: string): Promise<string[]>; export declare function linuxPickFolder(title?: string): Promise<string | null>;