From e046d9428473fba74e4508776063904ec786aab4 Mon Sep 17 00:00:00 2001 From: Aylur Date: Sun, 14 Jul 2024 16:32:12 +0200 Subject: feat(slider): dragged signal --- gjs/src/widgets.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'gjs/src/widgets.ts') diff --git a/gjs/src/widgets.ts b/gjs/src/widgets.ts index 29c0044..bf5ac50 100644 --- a/gjs/src/widgets.ts +++ b/gjs/src/widgets.ts @@ -92,7 +92,9 @@ export type ScrollableProps = ConstructProps export const Slider = astalify(Astal.Slider) -export type SliderProps = ConstructProps +export type SliderProps = ConstructProps // TODO: Stack -- cgit v1.2.3