diff options
author | Aylur <[email protected]> | 2024-10-09 00:49:15 +0000 |
---|---|---|
committer | Aylur <[email protected]> | 2024-10-09 00:49:15 +0000 |
commit | f294fd8265873eae343d73fe4d83047387e4bf79 (patch) | |
tree | ca1a76f1d7ca80bed97bfb291fde3a83d8f5d602 /core/gjs/src/jsx | |
parent | 6932db56efec6c8114c0f78e08dc57f00b4a790f (diff) |
gjs: add gobject decorators
Diffstat (limited to 'core/gjs/src/jsx')
-rw-r--r-- | core/gjs/src/jsx/jsx-runtime.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/gjs/src/jsx/jsx-runtime.ts b/core/gjs/src/jsx/jsx-runtime.ts index a0aafb6..cffcb76 100644 --- a/core/gjs/src/jsx/jsx-runtime.ts +++ b/core/gjs/src/jsx/jsx-runtime.ts @@ -63,7 +63,7 @@ declare global { box: Widget.BoxProps button: Widget.ButtonProps centerbox: Widget.CenterBoxProps - circularprogress: Widget.CircularProgressProps, + circularprogress: Widget.CircularProgressProps drawingarea: Widget.DrawingAreaProps entry: Widget.EntryProps eventbox: Widget.EventBoxProps |