aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJoris2025-04-09 09:26:19 +0200
committerJoris2025-04-09 09:26:19 +0200
commit6b59fe02b72f2bcd034ffb405e0d4b0ccedd8920 (patch)
tree76fc99a75816c33ae3de655185092953eb33bcc6 /src
parent8764c628d32e3e0bcb9f819d384df4761dbc060a (diff)
Export Attributes
Diffstat (limited to 'src')
-rw-r--r--src/rx.ts2
1 files changed, 1 insertions, 1 deletions
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<A, B, C, D, E, F> {
getChildren: (v1: Var<A>, v2: Var<B>, v3: Var<C>, v4: Var<D>, v5: Var<E>, v6: Var<F>) => Html
}
-interface Attributes {
+export interface Attributes {
[key: string]: Rx<AttributeValue> | AttributeValue
}