diff options
author | Aylur <[email protected]> | 2024-12-21 00:02:35 +0100 |
---|---|---|
committer | Aylur <[email protected]> | 2024-12-21 00:02:35 +0100 |
commit | ed23ce29a8db636da1a89501c2103b62070de655 (patch) | |
tree | 4f9e163b2dd9a7faf66465d01ababc107748b46a | |
parent | 5a16cd2809d4d6dfa54c7995966630cefa3fe400 (diff) |
export hook and widget
-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" |