Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
abstract class SpanStyleSheet

Functions

Link copied to clipboard
@Composable
fun BulletPoints(modifier: Modifier = Modifier, horizontalAlignment: Alignment.Horizontal = Alignment.Start, spacedBy: Dp = 8.dp, builder: BulletPointsBuilder.() -> Unit)
Link copied to clipboard
fun Typography.cupScaleDown(): Typography
fun TextStyle.cupScaleDown(): TextStyle
Link copied to clipboard
inline fun styled(crossinline build: SpanStyleSheet.() -> String): AnnotatedString
fun <S : SpanStyleSheet> styled(styleSheet: S, build: S.() -> String): AnnotatedString