Remove redundant DList and other + add AttrsWithContentBuilder

This commit is contained in:
2022-05-19 12:13:13 +06:00
parent 9b992cbda0
commit 276eaddcac
4 changed files with 19 additions and 57 deletions

View File

@@ -4,8 +4,7 @@ import androidx.compose.runtime.Composable
import dev.inmo.jsuikit.modifiers.UIKitDescriptionList
import dev.inmo.jsuikit.modifiers.include
import dev.inmo.jsuikit.utils.*
import org.jetbrains.compose.web.dom.ContentBuilder
import org.jetbrains.compose.web.dom.ElementScope
import org.jetbrains.compose.web.dom.*
import org.w3c.dom.HTMLDListElement
import org.w3c.dom.HTMLElement