diff --git a/src/components.tsx b/src/components.tsx index e74d072..6aae73e 100644 --- a/src/components.tsx +++ b/src/components.tsx @@ -4,6 +4,7 @@ import { useContext, createSignal, FlowComponent, + Component, createEffect, For, Show, @@ -129,7 +130,7 @@ export const SliderButton: FlowComponent<{ * * ``` */ -export const SliderDots: FlowComponent<{ +export const SliderDots: Component<{ class?: string; classList?: { [k: string]: boolean | undefined }; dotClass?: string;