UNPKG

@girs/gnome-shell

Version:

GJS TypeScript type definitions for GNOME Shell Extensions

11 lines (7 loc) 238 B
// https://gitlab.gnome.org/GNOME/gnome-shell/-/blob/main/js/ui/components/networkAgent.js declare class NetworkAgent { constructor(); enable(): void; disable(): void; } export declare const Component: typeof NetworkAgent;