mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2025-12-12 19:46:20 +00:00
11 lines
110 B
JavaScript
11 lines
110 B
JavaScript
|
|
|
|
// @ts-expect-error
|
|
import Gdk from 'gi://Gdk?version=3.0';
|
|
export { Gdk };
|
|
export default Gdk;
|
|
|
|
|
|
|
|
|