From ca74fb7ad016f9ceee3756a973baa2d87a8aa1d6 Mon Sep 17 00:00:00 2001 From: Aylur Date: Tue, 4 Jun 2024 23:05:41 +0200 Subject: small fixes * export Gdk * flatten jsx children --- node/src/imports.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'node/src/imports.ts') diff --git a/node/src/imports.ts b/node/src/imports.ts index 47f582a..c2a9c71 100644 --- a/node/src/imports.ts +++ b/node/src/imports.ts @@ -2,6 +2,7 @@ import gi from "node-gtk" export { gi } export const Gtk = gi.require("Gtk", "3.0") +export const Gdk = gi.require("Gdk", "3.0") export const GLib = gi.require("GLib", "2.0") export const Gio = gi.require("Gio", "3.0") export const GObject = gi.require("GObject", "2.0") -- cgit v1.2.3