mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2026-01-04 23:02:48 +00:00
10 lines
112 B
TypeScript
10 lines
112 B
TypeScript
|
|
|
|
declare module 'gi://Gdk?version=3.0' {
|
|
import Gdk30 from '@girs/gdk-3.0';
|
|
export default Gdk30;
|
|
}
|
|
|
|
|
|
|