summaryrefslogtreecommitdiff
path: root/core/gjs/src/jsx/jsx-runtime.ts
diff options
context:
space:
mode:
Diffstat (limited to 'core/gjs/src/jsx/jsx-runtime.ts')
-rw-r--r--core/gjs/src/jsx/jsx-runtime.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/gjs/src/jsx/jsx-runtime.ts b/core/gjs/src/jsx/jsx-runtime.ts
index 70f098f..02fd39d 100644
--- a/core/gjs/src/jsx/jsx-runtime.ts
+++ b/core/gjs/src/jsx/jsx-runtime.ts
@@ -35,7 +35,7 @@ const ctors = {
box: Widget.Box,
button: Widget.Button,
centerbox: Widget.CenterBox,
- // TODO: circularprogress
+ circularprogress: Widget.CircularProgress,
drawingarea: Widget.DrawingArea,
entry: Widget.Entry,
eventbox: Widget.EventBox,
@@ -63,7 +63,7 @@ declare global {
box: Widget.BoxProps
button: Widget.ButtonProps
centerbox: Widget.CenterBoxProps
- // TODO: circularprogress
+ circularprogress: Widget.CircularProgressProps,
drawingarea: Widget.DrawingAreaProps
entry: Widget.EntryProps
eventbox: Widget.EventBoxProps