mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2026-01-10 03:32:54 +00:00
11 lines
134 B
JavaScript
11 lines
134 B
JavaScript
|
|
|
|
// @ts-expect-error
|
|
import GdkPixbuf from 'gi://GdkPixbuf?version=2.0';
|
|
export { GdkPixbuf };
|
|
export default GdkPixbuf;
|
|
|
|
|
|
|
|
|