mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2025-12-12 11:36:20 +00:00
4 lines
136 B
TypeScript
4 lines
136 B
TypeScript
import Gtk from "gi://Gtk?version=3.0"
|
|
|
|
export default Widget.subclass<typeof Gtk.Window, Gtk.Window.ConstructorProperties>(Gtk.Window)
|