@girs/gnome-shell
Version:
GJS TypeScript type definitions for GNOME Shell Extensions
20 lines (19 loc) • 865 B
JavaScript
export * as accessibility from './accessibility.js';
export * as autoRotate from './autoRotate.js';
export * as backgroundApps from './backgroundApps.js';
export * as backlight from './backlight.js';
export * as bluetooth from './bluetooth.js';
export * as brightness from './brightness.js';
export * as camera from './camera.js';
export * as darkMode from './darkMode.js';
export * as dwellClick from './dwellClick.js';
export * as keyboard from './keyboard.js';
export * as location from './location.js';
export * as network from './network.js';
export * as nightLight from './nightLight.js';
export * as powerProfiles from './powerProfiles.js';
export * as remoteAccess from './remoteAccess.js';
export * as rfkill from './rfkill.js';
export * as system from './system.js';
export * as thunderbolt from './thunderbolt.js';
export * as volume from './volume.js';