commonMain.com.huanshankeji.compose.RawText.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of compose-multiplatform-common
Show all versions of compose-multiplatform-common
Common wrappers of components (including layouts) and styles for Compose Multiplatform on (desktop/Android and web)
package com.huanshankeji.compose
import androidx.compose.runtime.Composable
/** A raw text composable which doesn't add any element on web. */
@Composable
expect fun RawText(text: String)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy