Support attrs extension functions in sub elements too (#2126)

This commit is contained in:
Philip Wedemann
2022-09-09 10:47:45 +02:00
committed by GitHub
parent ca03e09c86
commit f618a73348

View File

@@ -28,7 +28,7 @@ typealias AttrsBuilder<T> = AttrsScopeBuilder<T>
*
*/
@HtmlAttrMarker
interface AttrsScope<TElement : Element> : EventsListenerScope {
interface AttrsScope<out TElement : Element> : EventsListenerScope {
/**
* [style] add inline CSS-style properties to the element via [StyleScope] context
*