mirror of
https://github.com/jlengrand/compose-multiplatform.git
synced 2026-05-09 08:11:20 +00:00
Remove redundnant Hr definition since we have it already in DOM API
This commit is contained in:
@@ -221,15 +221,4 @@ private fun ComposeWebStatusMessage() {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@Composable
|
||||
fun Hr(
|
||||
attrs: (AttrsBuilder<Tag.Div>.() -> Unit) = {}
|
||||
) {
|
||||
TagElement<Tag.Div, HTMLElement>(
|
||||
tagName = "hr",
|
||||
applyAttrs = attrs,
|
||||
content = { }
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user