@girs/gnome-shell
Version:
GJS TypeScript type definitions for GNOME Shell Extensions
16 lines (12 loc) • 380 B
TypeScript
// https://gitlab.gnome.org/GNOME/gnome-shell/-/blob/main/js/ui/components/automountManager.js
/**
*
* @see https://gitlab.gnome.org/GNOME/gnome-shell/-/blob/main/js/ui/components/automountManager.js#L19
* @version 46
*/
declare class AutomountManager {
constructor();
enable(): void;
disable(): void;
}
export declare const Component: typeof AutomountManager;