diff options
-rw-r--r-- | lang/gjs/src/gtk4/index.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/gjs/src/gtk4/index.ts b/lang/gjs/src/gtk4/index.ts index 2cc6862..51c75d2 100644 --- a/lang/gjs/src/gtk4/index.ts +++ b/lang/gjs/src/gtk4/index.ts @@ -6,4 +6,5 @@ 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 * as Widget from "./widget.js" +export { hook } from "../_astal" |