Files
TheaninovOS/desktops/hyprland/ags/node_modules/@girs/gobject-2.0/gobject-2.0-ambient.d.ts
2023-11-15 16:09:26 +01:00

14 lines
239 B
TypeScript

declare module 'gi://GObject?version=2.0' {
import GObject20 from '@girs/gobject-2.0';
export default GObject20;
}
declare module 'gi://GObject' {
import GObject20 from '@girs/gobject-2.0';
export default GObject20;
}