diff options
author | Aylur <[email protected]> | 2024-09-12 11:50:50 +0000 |
---|---|---|
committer | Aylur <[email protected]> | 2024-09-12 11:50:50 +0000 |
commit | 3a057f53a265b2a5530ae4888fb7992cd0180c89 (patch) | |
tree | 070a2dad31bd900571562d9c2b94478b305eb983 /core/gjs | |
parent | e1fa0fca693d1b1fb52161a5736342e7c9f59e34 (diff) |
docs: list of jsx available widgets
Diffstat (limited to 'core/gjs')
-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 } |