Package-level declarations

Types

Link copied to clipboard
interface MDCChipActionScope<T : HTMLElement> : ElementScope<T>

Functions

Link copied to clipboard
@Composable
fun MDCFilterChipGraphicScope.Checkmark(attrs: MDCAttrsRaw<HTMLSpanElement>? = null)
Link copied to clipboard
@Composable
fun MDCChipActionScope<*>.Graphic(attrs: MDCAttrsRaw<HTMLSpanElement>? = null, content: MDCContent<MDCFilterChipGraphicScope>? = null)
Link copied to clipboard
@Composable
fun MDCChipActionIconScope<*>.Icon(attrs: MDCAttrsRaw<HTMLElement>? = null, content: MDCContentRaw<HTMLElement>? = null)
Link copied to clipboard
@Composable
fun MDCChipActionScope<*>.Label(attrs: MDCAttrsRaw<HTMLSpanElement>? = null, content: MDCContentRaw<HTMLSpanElement>? = null)
@Composable
fun MDCChipActionScope<*>.Label(text: String, attrs: MDCAttrsRaw<HTMLSpanElement>? = null)