Update UIKitSticky.kt

This commit is contained in:
InsanusMokrassar 2022-05-23 13:03:29 +06:00 committed by GitHub
parent fafb7e7e04
commit 63dd8f1bf6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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,