Figured it out. No clue whether this is the intend...
# javascript
a
Figured it out. No clue whether this is the intended way of doing, but it works:
Copy code
val rClass = MyComponent::class.js as RClass<MyProps<T>>
rClass {
  attrs.abc = ...
}