mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2026-01-10 19:52:57 +00:00
14 lines
182 B
TypeScript
14 lines
182 B
TypeScript
|
|
|
|
import GdkPixbuf20 from '@girs/gdkpixbuf-2.0';
|
|
|
|
declare global {
|
|
export interface GjsGiImports {
|
|
GdkPixbuf: typeof GdkPixbuf20;
|
|
}
|
|
}
|
|
|
|
export default GjsGiImports;
|
|
|
|
|