From d203255ec20bb6e3b2917dd4aee53dee3a090137 Mon Sep 17 00:00:00 2001 From: Aylur Date: Wed, 11 Sep 2024 22:39:15 +0000 Subject: add: stack widget --- core/gjs/src/widgets.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'core/gjs/src/widgets.ts') diff --git a/core/gjs/src/widgets.ts b/core/gjs/src/widgets.ts index 0a71d8b..82d3b8f 100644 --- a/core/gjs/src/widgets.ts +++ b/core/gjs/src/widgets.ts @@ -100,7 +100,10 @@ export type SliderProps = ConstructProps -// TODO: Stack +// Stack +export type Stack = Widget +export const Stack = astalify(Astal.Stack) +export type StackProps = ConstructProps // Switch export type Switch = Widget -- cgit v1.2.3