diff options
Diffstat (limited to 'lang/gjs/src/gtk4/index.ts')
-rw-r--r-- | lang/gjs/src/gtk4/index.ts | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lang/gjs/src/gtk4/index.ts b/lang/gjs/src/gtk4/index.ts index 3b1f737..51c75d2 100644 --- a/lang/gjs/src/gtk4/index.ts +++ b/lang/gjs/src/gtk4/index.ts @@ -1,9 +1,10 @@ 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" +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" +export { astalify, ConstructProps } +export * as Widget from "./widget.js" +export { hook } from "../_astal" |