From 27544705dfe77b50f919a166f06d5b96560dd2fd Mon Sep 17 00:00:00 2001 From: Aylur Date: Sat, 21 Dec 2024 00:25:04 +0100 Subject: fix types --- lang/gjs/src/gtk4/widget.ts | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'lang/gjs/src') diff --git a/lang/gjs/src/gtk4/widget.ts b/lang/gjs/src/gtk4/widget.ts index 10d4b9f..bd9091b 100644 --- a/lang/gjs/src/gtk4/widget.ts +++ b/lang/gjs/src/gtk4/widget.ts @@ -21,10 +21,12 @@ export const Box = astalify(Astal.Box, { }) // Button -export type ButtonProps = ConstructProps -export const Button = astalify(Gtk.Button) +} + +export type ButtonProps = ConstructProps +export const Button = astalify(Gtk.Button) // CenterBox export type CenterBoxProps = ConstructProps -- cgit v1.2.3