nixos/home/ags/node_modules/@girs/gobject-2.0/gobject-2.0-import.d.ts
2025-02-27 02:26:55 +01:00

12 lines
173 B
TypeScript

import GObject20 from '@girs/gobject-2.0';
declare global {
export interface GjsGiImports {
GObject: typeof GObject20;
}
}
export default GjsGiImports;