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 /gjs/src/imports.ts | |
parent | cfe3244e61207d4d761f2522546cb2bfb1c539f3 (diff) |
small fixes
* export Gdk
* flatten jsx children
Diffstat (limited to 'gjs/src/imports.ts')
-rw-r--r-- | gjs/src/imports.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gjs/src/imports.ts b/gjs/src/imports.ts index c6724c1..cbed004 100644 --- a/gjs/src/imports.ts +++ b/gjs/src/imports.ts @@ -6,4 +6,5 @@ export { default as Astal } from "gi://Astal?version=0.1" export { default as GObject } from "gi://GObject?version=2.0" export { default as Gio } from "gi://Gio?version=2.0" export { default as Gtk } from "gi://Gtk?version=3.0" +export { default as Gdk } from "gi://Gdk?version=3.0" export { default as GLib } from "gi://GLib?version=2.0" |