6 lines
412 B
JavaScript
Executable File
6 lines
412 B
JavaScript
Executable File
export * as AnimationUtils from 'resource:///org/gnome/shell/misc/animationUtils.js';
|
|
export * as Config from 'resource:///org/gnome/shell/misc/config.js';
|
|
export * as ExtensionUtils from 'resource:///org/gnome/shell/misc/extensionUtils.js';
|
|
export * as ParentalControlsManager from 'resource:///org/gnome/shell/misc/parentalControlsManager.js';
|
|
export * as Util from 'resource:///org/gnome/shell/misc/util.js';
|