UNPKG

@girs/gnome-shell

Version:

GJS TypeScript type definitions for GNOME Shell Extensions

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