Label

@Composable
fun MDCChipActionScope<*>.Label(attrs: MDCAttrsRaw<HTMLSpanElement>? = null, content: MDCContentRaw<HTMLSpanElement>? = null)
@Composable
fun MDCChipActionScope<*>.Label(text: String, attrs: MDCAttrsRaw<HTMLSpanElement>? = null)

JS API