diff options
-rw-r--r-- | src/rx.ts | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 } |