aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
}