summaryrefslogtreecommitdiff
path: root/gjs/src/imports.ts
diff options
context:
space:
mode:
authorAylur <[email protected]>2024-06-04 23:05:41 +0200
committerAylur <[email protected]>2024-06-04 23:05:41 +0200
commitca74fb7ad016f9ceee3756a973baa2d87a8aa1d6 (patch)
treed935caa5959c1344ce9e99ae3ca9be699426ad2a /gjs/src/imports.ts
parentcfe3244e61207d4d761f2522546cb2bfb1c539f3 (diff)
small fixes
* export Gdk * flatten jsx children
Diffstat (limited to 'gjs/src/imports.ts')
-rw-r--r--gjs/src/imports.ts1
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"