We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baa962d commit 8a95126Copy full SHA for 8a95126
compose-multiplatform-common/src/jsMain/kotlin/com/huanshankeji/compose/ui/unit/Sizes.kt
@@ -2,7 +2,6 @@ package com.huanshankeji.compose.ui.unit
2
3
import org.jetbrains.compose.web.css.*
4
5
-// TODO: consider adding a platform value type parameter or making it an interface.
6
actual sealed interface LengthOrPercentage {
7
val platformValue: CSSLengthOrPercentageValue
8
0 commit comments