MdListItem

@Composable
fun MdListItem(disabled: Boolean? = null, type: MdListItemType? = null, href: String? = null, target: String? = null, attrs: Attrs<HTMLElement>? = null, content: @Composable MdListItemScope.() -> Unit)(source)