ActionChip

@Composable
fun MDCChipsGridScope.ActionChip(id: String, disabled: Boolean = false, withPrimaryGraphic: Boolean = false, withPrimaryIcon: Boolean = false, touch: Boolean = false, attrs: AttrsBuilder<HTMLButtonElement>? = null, content: MDCContent<MDCChipActionScope<HTMLButtonElement>>? = null)

JS API