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

14 lines
182 B
TypeScript

import GdkPixbuf20 from '@girs/gdkpixbuf-2.0';
declare global {
export interface GjsGiImports {
GdkPixbuf: typeof GdkPixbuf20;
}
}
export default GjsGiImports;