mirror of
https://github.com/jlengrand/compose-multiplatform.git
synced 2026-03-10 15:48:51 +00:00
Support attrs extension functions in sub elements too (#2126)
This commit is contained in:
@@ -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
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user