mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2026-01-08 08:42:49 +00:00
10 lines
112 B
TypeScript
10 lines
112 B
TypeScript
|
|
|
|
declare module 'gi://Gtk?version=3.0' {
|
|
import Gtk30 from '@girs/gtk-3.0';
|
|
export default Gtk30;
|
|
}
|
|
|
|
|
|
|