diff options
Diffstat (limited to 'core/gjs/src/jsx/jsx-runtime.ts')
-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 73aaf63..a0aafb6 100644 --- a/core/gjs/src/jsx/jsx-runtime.ts +++ b/core/gjs/src/jsx/jsx-runtime.ts @@ -77,7 +77,7 @@ declare global { revealer: Widget.RevealerProps scrollable: Widget.ScrollableProps slider: Widget.SliderProps - // TODO: stack + stack: Widget.StackProps switch: Widget.SwitchProps window: Widget.WindowProps } |