nixos/home/ags/node_modules/@girs/gobject-2.0/gobject-2.0-import.d.ts
2024-06-13 00:09:21 +02:00

12 lines
173 B
TypeScript

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