Update UIKitSticky.kt

This commit is contained in:
2022-05-23 13:03:29 +06:00
committed by GitHub
parent fafb7e7e04
commit 63dd8f1bf6

View File

@@ -4,7 +4,7 @@ import dev.inmo.jsuikit.utils.buildAttribute
import org.jetbrains.compose.web.css.CSSUnitLengthOrPercentage
import org.jetbrains.compose.web.css.CSSUnitValueTyped
sealed class UIKitSticky(
class UIKitSticky(
position: Position? = null,
start: String? = null,
end: String? = null,