diff options
author | Aylur <[email protected]> | 2024-06-04 23:05:41 +0200 |
---|---|---|
committer | Aylur <[email protected]> | 2024-06-04 23:05:41 +0200 |
commit | ca74fb7ad016f9ceee3756a973baa2d87a8aa1d6 (patch) | |
tree | d935caa5959c1344ce9e99ae3ca9be699426ad2a /node/src/index.ts | |
parent | cfe3244e61207d4d761f2522546cb2bfb1c539f3 (diff) |
small fixes
* export Gdk
* flatten jsx children
Diffstat (limited to 'node/src/index.ts')
-rw-r--r-- | node/src/index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/node/src/index.ts b/node/src/index.ts index 77fba88..5270469 100644 --- a/node/src/index.ts +++ b/node/src/index.ts @@ -6,4 +6,4 @@ export * as Widget from "./widgets.js" export { App } from "./application.js" // for convinience -export { Astal, Gtk, GLib, GObject, Gio, gi } from "./imports.js" +export { Astal, Gtk, Gdk, GLib, GObject, Gio, gi } from "./imports.js" |