diff options
author | Joris | 2025-04-09 09:26:19 +0200 |
---|---|---|
committer | Joris | 2025-04-09 09:26:19 +0200 |
commit | 6b59fe02b72f2bcd034ffb405e0d4b0ccedd8920 (patch) | |
tree | 76fc99a75816c33ae3de655185092953eb33bcc6 /src | |
parent | 8764c628d32e3e0bcb9f819d384df4761dbc060a (diff) |
Export Attributes
Diffstat (limited to 'src')
-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 } |