diff options
Diffstat (limited to 'lang/gjs/src/gtk4/index.ts')
-rw-r--r-- | lang/gjs/src/gtk4/index.ts | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/lang/gjs/src/gtk4/index.ts b/lang/gjs/src/gtk4/index.ts index d931f73..3b1f737 100644 --- a/lang/gjs/src/gtk4/index.ts +++ b/lang/gjs/src/gtk4/index.ts @@ -1 +1,9 @@ -// TODO: gtk4 +import Astal from "gi://Astal?version=4.0" +import Gtk from "gi://Gtk?version=4.0" +import Gdk from "gi://Gdk?version=4.0" +// import astalify, { type ConstructProps } from "./astalify.js" + +export { Astal, Gtk, Gdk } +export { default as App } from "./app.js" +// export { astalify, ConstructProps } +// export * as Widget from "./widget.js" |