From 6b59fe02b72f2bcd034ffb405e0d4b0ccedd8920 Mon Sep 17 00:00:00 2001 From: Joris Date: Wed, 9 Apr 2025 09:26:19 +0200 Subject: Export Attributes --- src/rx.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rx.ts b/src/rx.ts index 9884de8..3c8e290 100644 --- a/src/rx.ts +++ b/src/rx.ts @@ -63,7 +63,7 @@ interface WithState6 { getChildren: (v1: Var, v2: Var, v3: Var, v4: Var, v5: Var, v6: Var) => Html } -interface Attributes { +export interface Attributes { [key: string]: Rx | AttributeValue } -- cgit v1.2.3