UNPKG

@girs/gnome-shell

Version:

GJS TypeScript type definitions for GNOME Shell Extensions

11 lines (9 loc) 237 B
import type Shell from '@girs/shell-16'; import type Meta from '@girs/meta-16'; /** * @version 46 */ export class WindowPreview extends Shell.WindowPreview { _addWindow(_: Meta.Window): void; _windowActor: Meta.WindowActor; }