@girs/gnome-shell
Version:
GJS TypeScript type definitions for GNOME Shell Extensions
14 lines (9 loc) • 352 B
TypeScript
// https://gitlab.gnome.org/GNOME/gnome-shell/-/blob/main/js/ui/components/polkitAgent.js
import type Shell from '@girs/shell-16';
declare class AuthenticationAgent extends Shell.PolkitAuthenticationAgent {
constructor();
_init(): void;
enable(): void;
disable(): void;
}
export declare const Component: typeof AuthenticationAgent;