UNPKG

@girs/gnome-shell

Version:

GJS TypeScript type definitions for GNOME Shell Extensions

10 lines (8 loc) 159 B
import { Workspace } from './workspace.js'; /** * @version 46 */ export class WorkspacesView { _scrollToActive(): void; _workspaces: Workspace[]; }