mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2026-01-10 11:43:02 +00:00
14 lines
255 B
TypeScript
14 lines
255 B
TypeScript
|
|
|
|
declare module 'gi://GdkPixbuf?version=2.0' {
|
|
import GdkPixbuf20 from '@girs/gdkpixbuf-2.0';
|
|
export default GdkPixbuf20;
|
|
}
|
|
|
|
declare module 'gi://GdkPixbuf' {
|
|
import GdkPixbuf20 from '@girs/gdkpixbuf-2.0';
|
|
export default GdkPixbuf20;
|
|
}
|
|
|
|
|