UNPKG

@ayonli/jsext

Version:

A JavaScript extension package for building strong and modern applications.

8 lines (7 loc) 363 B
export declare function macPickFile(title?: string, options?: { type?: string | undefined; forSave?: boolean | undefined; defaultName?: string | undefined; }): Promise<string | null>; export declare function macPickFiles(title?: string, type?: string): Promise<string[]>; export declare function macPickFolder(title?: string): Promise<string | null>;